Skip to content
Snippets Groups Projects
Commit 8c5be204 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Bump version to 0.55.0-rc.4

parent 1f3f9701
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -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"
......
<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)
......
{
"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/"
......
{
"version": "0.55.0-rc.3"
"version": "0.55.0-rc.4"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment