diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 4bc768938b7..878b9368c20 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Rocket.Chat"), - appVersion = 51, # Increment this for every release. + appVersion = 52, # Increment this for every release. - appMarketingVersion = (defaultText = "0.49.1"), + appMarketingVersion = (defaultText = "0.49.2"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/.snapcraft/edge/snapcraft.yaml b/.snapcraft/edge/snapcraft.yaml index 722e361b97d..d81ef2e7dd2 100644 --- a/.snapcraft/edge/snapcraft.yaml +++ b/.snapcraft/edge/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 0.49.1 +version: 0.49.2 summary: Rocket.Chat server description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/ confinement: strict diff --git a/.snapcraft/stable/snapcraft.yaml b/.snapcraft/stable/snapcraft.yaml index f1bdb11fed9..5f8e28f5371 100644 --- a/.snapcraft/stable/snapcraft.yaml +++ b/.snapcraft/stable/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 0.49.1 +version: 0.49.2 summary: Rocket.Chat server description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/ confinement: strict diff --git a/HISTORY.md b/HISTORY.md index 11c45fd401f..66462700fbc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,19 @@ # History +## 0.49.2 - 2017-Jan-16 + +- Add findOneById and findOneByIds to all layers of the models +- Add relation between client cache and user’s token +- Allow the text of attachments to be collapsed +- Fix an error with updating the users if no role was defined +- Fix flex-nav z-index +- Fix flex-tab on mobile +- Fix making the internal Hubot init() function always debounced +- Fix private groups not being able to be unarchived via the rest api +- Fix the cache layer not respecting findById via query +- Fix the roles not being respected on user creation +- Fix to prevent stop hubot initiating even when disabled + ## 0.49.1 - 2017-Jan-13 - Fix emoji picker handling diff --git a/package.json b/package.json index 67d1cb6ee2d..9311a00040c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.49.1", + "version": "0.49.2", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index efdbde91432..6ee43b8f98a 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.49.1" + "version": "0.49.2" }