From 8c5be20498015e5957c42c79bcd3803a5f7e9088 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento <rodrigoknascimento@gmail.com> Date: Thu, 13 Apr 2017 12:01:32 -0300 Subject: [PATCH] Bump version to 0.55.0-rc.4 --- .sandstorm/sandstorm-pkgdef.capnp | 2 +- .travis/snap.sh | 2 +- HISTORY.md | 17 +++++++++++++++++ package.json | 2 +- packages/rocketchat-lib/rocketchat.info | 2 +- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index c4c08494589..f0411570059 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = ( appVersion = 62, # Increment this for every release. - appMarketingVersion = (defaultText = "0.55.0-rc.3"), + appMarketingVersion = (defaultText = "0.55.0-rc.4"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/.travis/snap.sh b/.travis/snap.sh index 43c00897b57..ff7248e59a0 100755 --- a/.travis/snap.sh +++ b/.travis/snap.sh @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then RC_VERSION=$TRAVIS_TAG else CHANNEL=edge - RC_VERSION=0.55.0-rc.3 + RC_VERSION=0.55.0-rc.4 fi echo "Preparing to trigger a snap release for $CHANNEL channel" diff --git a/HISTORY.md b/HISTORY.md index cf019e02b02..e09c88c0a47 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,20 @@ +<a name="0.55.0-rc.4"></a> +# 0.55.0-rc.4 (2017-04-13) + + +### New Features + +- [#6681](https://github.com/RocketChat/Rocket.Chat/pull/6681) Expose Livechat to Incoming Integrations and allow response + + +### Bug Fixes + +- [#6659](https://github.com/RocketChat/Rocket.Chat/pull/6659) Administrators being rate limited when editing users data +- [#6680](https://github.com/RocketChat/Rocket.Chat/pull/6680) Downgrade email package to from 1.2.0 to 1.1.18 +- [#6682](https://github.com/RocketChat/Rocket.Chat/pull/6682) Fix Logger stdout publication + + + <a name="0.55.0-rc.3"></a> # 0.55.0-rc.3 (2017-04-11) diff --git a/package.json b/package.json index 613d3a41168..4f0e3665f51 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.55.0-rc.3", + "version": "0.55.0-rc.4", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index cef23d2348b..11bf59404bb 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.55.0-rc.3" + "version": "0.55.0-rc.4" } -- GitLab