diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index df89bd23908..82d4ee689ed 100644 --- a/.docker/Dockerfile.rhel +++ b/.docker/Dockerfile.rhel @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7 -ENV RC_VERSION 1.0.0 +ENV RC_VERSION 1.0.1 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index 739115d3c09..499478ee9aa 100644 --- a/.github/history.json +++ b/.github/history.json @@ -29886,6 +29886,89 @@ ] } ] + }, + "1.0.1": { + "node_version": "8.11.4", + "npm_version": "6.4.1", + "mongo_versions": [ + "3.2", + "3.4", + "3.6", + "4.0" + ], + "pull_requests": [ + { + "pr": "14296", + "title": "[FIX] Popup cloud console in new window", + "userLogin": "geekgonecrazy", + "milestone": "1.0.1", + "contributors": [ + "geekgonecrazy" + ] + }, + { + "pr": "14288", + "title": "[FIX] Switch oplog required doc link to more accurate link", + "userLogin": "geekgonecrazy", + "milestone": "1.0.1", + "contributors": [ + "geekgonecrazy", + "web-flow" + ] + }, + { + "pr": "14291", + "title": "[FIX] Optional exit on Unhandled Promise Rejection", + "userLogin": "geekgonecrazy", + "milestone": "1.0.1", + "contributors": [ + "geekgonecrazy", + "web-flow", + "rodrigok" + ] + }, + { + "pr": "14293", + "title": "[FIX] Error when accessing avatar with no token", + "userLogin": "geekgonecrazy", + "milestone": "1.0.1", + "contributors": [ + "geekgonecrazy", + "rodrigok" + ] + }, + { + "pr": "14286", + "title": "[FIX] Startup error in registration check", + "userLogin": "geekgonecrazy", + "milestone": "1.0.1", + "contributors": [ + "geekgonecrazy", + "web-flow" + ] + }, + { + "pr": "14290", + "title": "[FIX] Wrong header at Apps admin section", + "userLogin": "geekgonecrazy", + "milestone": "1.0.1", + "contributors": [ + "geekgonecrazy", + "web-flow" + ] + }, + { + "pr": "14282", + "title": "[FIX] Error when accessing an invalid file upload url", + "userLogin": "wreiske", + "milestone": "1.0.1", + "contributors": [ + "wreiske", + "d-gubert", + "web-flow" + ] + } + ] } } } \ No newline at end of file diff --git a/.travis/snap.sh b/.travis/snap.sh index 81468e4c655..26d588df8a3 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=1.0.0 + RC_VERSION=1.0.1 fi echo "Preparing to trigger a snap release for $CHANNEL channel" diff --git a/HISTORY.md b/HISTORY.md index f47c154cddf..e802f4f6c1e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,32 @@ +# 1.0.1 +`2019-04-28 ยท 7 ๐Ÿ› ยท 4 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### Engine versions +- Node: `8.11.4` +- NPM: `6.4.1` +- MongoDB: `3.2, 3.4, 3.6, 4.0` + +### ๐Ÿ› Bug fixes + +- Popup cloud console in new window ([#14296](https://github.com/RocketChat/Rocket.Chat/pull/14296)) +- Switch oplog required doc link to more accurate link ([#14288](https://github.com/RocketChat/Rocket.Chat/pull/14288)) +- Optional exit on Unhandled Promise Rejection ([#14291](https://github.com/RocketChat/Rocket.Chat/pull/14291)) +- Error when accessing avatar with no token ([#14293](https://github.com/RocketChat/Rocket.Chat/pull/14293)) +- Startup error in registration check ([#14286](https://github.com/RocketChat/Rocket.Chat/pull/14286)) +- Wrong header at Apps admin section ([#14290](https://github.com/RocketChat/Rocket.Chat/pull/14290)) +- Error when accessing an invalid file upload url ([#14282](https://github.com/RocketChat/Rocket.Chat/pull/14282) by [@wreiske](https://github.com/wreiske)) + +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Contributors ๐Ÿ˜ + +- [@wreiske](https://github.com/wreiske) + +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@d-gubert](https://github.com/d-gubert) +- [@geekgonecrazy](https://github.com/geekgonecrazy) +- [@rodrigok](https://github.com/rodrigok) + # 1.0.0 `2019-04-28 ยท 4 ๏ธ๏ธ๏ธโš ๏ธ ยท 30 ๐ŸŽ‰ ยท 32 ๐Ÿš€ ยท 97 ๐Ÿ› ยท 173 ๐Ÿ” ยท 60 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/app/utils/rocketchat.info b/app/utils/rocketchat.info index 563f0ea2555..43bbbfac40e 100644 --- a/app/utils/rocketchat.info +++ b/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "1.0.0" + "version": "1.0.1" } diff --git a/package.json b/package.json index edeaaf8f377..099fa72f927 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "1.0.0", + "version": "1.0.1", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/"