Bump version to 0.62.0-rc.1

pull/10211/merge 0.62.0-rc.1
Rodrigo Nascimento 8 years ago
parent e64aead51f
commit 4e924cad9e
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
  1. 2
      .docker/Dockerfile
  2. 2
      .sandstorm/sandstorm-pkgdef.capnp
  3. 2
      .travis/snap.sh
  4. 23
      HISTORY.md
  5. 2
      package.json
  6. 2
      packages/rocketchat-lib/rocketchat.info

@ -1,6 +1,6 @@
FROM rocketchat/base:8
ENV RC_VERSION 0.62.0-rc.0
ENV RC_VERSION 0.62.0-rc.1
MAINTAINER buildmaster@rocket.chat

@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 62, # Increment this for every release.
appMarketingVersion = (defaultText = "0.62.0-rc.0"),
appMarketingVersion = (defaultText = "0.62.0-rc.1"),
# 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.62.0-rc.0
RC_VERSION=0.62.0-rc.1
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"

@ -1,3 +1,26 @@
<a name="0.62.0-rc.1"></a>
# 0.62.0-rc.1 (2018-02-22)
### Bug Fixes
- [#9802](https://github.com/RocketChat/Rocket.Chat/pull/9802) Not receiving sound notifications in rooms created by new LiveChats
<details>
<summary>Others</summary>
- [#9811](https://github.com/RocketChat/Rocket.Chat/pull/9811) Dependencies update
- [#9797](https://github.com/RocketChat/Rocket.Chat/pull/9797) Develop fix sync from master
- [#9821](https://github.com/RocketChat/Rocket.Chat/pull/9821) Fix: Custom fields not showing on user info panel
- [#9843](https://github.com/RocketChat/Rocket.Chat/pull/9843) Regression: Avatar now open account related options
- [#9837](https://github.com/RocketChat/Rocket.Chat/pull/9837) Regression: Open search using ctrl/cmd + p and ctrl/cmd + k
- [#9804](https://github.com/RocketChat/Rocket.Chat/pull/9804) Regression: Page was not respecting the window height on Firefox
- [#9839](https://github.com/RocketChat/Rocket.Chat/pull/9839) Regression: Search bar is now full width
</details>
<a name="0.62.0-rc.0"></a>
# 0.62.0-rc.0 (2018-02-21)

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "0.62.0-rc.0",
"version": "0.62.0-rc.1",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

@ -1,3 +1,3 @@
{
"version": "0.62.0-rc.0"
"version": "0.62.0-rc.1"
}

Loading…
Cancel
Save