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

Bump version to 0.55.0-rc.2

parent caaf6ae0
No related merge requests found
...@@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = ( ...@@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 62, # Increment this for every release. appVersion = 62, # Increment this for every release.
appMarketingVersion = (defaultText = "0.55.0-rc.1"), appMarketingVersion = (defaultText = "0.55.0-rc.2"),
# Human-readable representation of appVersion. Should match the way you # Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing. # identify versions of your app in documentation and marketing.
......
...@@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then ...@@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG RC_VERSION=$TRAVIS_TAG
else else
CHANNEL=edge CHANNEL=edge
RC_VERSION=0.55.0-rc.1 RC_VERSION=0.55.0-rc.2
fi fi
echo "Preparing to trigger a snap release for $CHANNEL channel" echo "Preparing to trigger a snap release for $CHANNEL channel"
......
<a name="0.55.0-rc.2"></a>
# 0.55.0-rc.2 (2017-04-10)
### New Features
- [#6634](https://github.com/RocketChat/Rocket.Chat/pull/6634) Add monitoring package
- [#6632](https://github.com/RocketChat/Rocket.Chat/pull/6632) Drupal oAuth Integration for Rocketchat
### Bug Fixes
- [#6648](https://github.com/RocketChat/Rocket.Chat/pull/6648) Do not escaping markdown on message attachments
- [#6651](https://github.com/RocketChat/Rocket.Chat/pull/6651) Encode avatar url to prevent CSS injection
- [#6650](https://github.com/RocketChat/Rocket.Chat/pull/6650) Improve markdown code
<details>
<summary>Others</summary>
- [#6649](https://github.com/RocketChat/Rocket.Chat/pull/6649) Added Deploy method and platform to stats
- [#6647](https://github.com/RocketChat/Rocket.Chat/pull/6647) LingoHub based on develop
- [#6631](https://github.com/RocketChat/Rocket.Chat/pull/6631) meteor update
</details>
<a name="0.55.0-rc.1"></a> <a name="0.55.0-rc.1"></a>
# 0.55.0-rc.1 (2017-04-07) # 0.55.0-rc.1 (2017-04-07)
......
{ {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform", "description": "The Ultimate Open Source WebChat Platform",
"version": "0.55.0-rc.1", "version": "0.55.0-rc.2",
"author": { "author": {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"url": "https://rocket.chat/" "url": "https://rocket.chat/"
......
{ {
"version": "0.55.0-rc.1" "version": "0.55.0-rc.2"
} }
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