Skip to content

Commit

Permalink
Bump version to 0.59.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Oct 29, 2017
1 parent c587a4b commit 21c4efa
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rocketchat/base:4

ENV RC_VERSION 0.59.2
ENV RC_VERSION 0.59.3

MAINTAINER buildmaster@rocket.chat

Expand Down
2 changes: 1 addition & 1 deletion .sandstorm/sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (

appVersion = 62, # Increment this for every release.

appMarketingVersion = (defaultText = "0.59.2"),
appMarketingVersion = (defaultText = "0.59.3"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

Expand Down
2 changes: 1 addition & 1 deletion .travis/snap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=0.59.2
RC_VERSION=0.59.3
fi

echo "Preparing to trigger a snap release for $CHANNEL channel"
Expand Down
24 changes: 24 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="0.59.3"></a>
## 0.59.3 (2017-10-29)


### Bug Fixes

- [#8593](https://github.com/RocketChat/Rocket.Chat/pull/8593) AmazonS3: Quote file.name for ContentDisposition for files with commas
- [#8648](https://github.com/RocketChat/Rocket.Chat/pull/8648) Audio message icon
- [#8645](https://github.com/RocketChat/Rocket.Chat/pull/8645) Fix e-mail message forward
- [#8679](https://github.com/RocketChat/Rocket.Chat/pull/8679) Fix typos
- [#8431](https://github.com/RocketChat/Rocket.Chat/pull/8431) Highlighted color height issue
- [#8691](https://github.com/RocketChat/Rocket.Chat/pull/8691) LDAP not respecting UTF8 characters & Sync Interval not working
- [#8655](https://github.com/RocketChat/Rocket.Chat/pull/8655) Update pt-BR translation


<details>
<summary>Others</summary>

- [#8653](https://github.com/RocketChat/Rocket.Chat/pull/8653) install grpc package manually to fix snap armhf build
- [#8434](https://github.com/RocketChat/Rocket.Chat/pull/8434) removing a duplicate line
</details>



<a name="0.59.2"></a>
## 0.59.2 (2017-10-25)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "0.59.2",
"version": "0.59.3",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down
2 changes: 1 addition & 1 deletion packages/rocketchat-lib/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.59.2"
"version": "0.59.3"
}

0 comments on commit 21c4efa

Please sign in to comment.