From b87ffbbd4d82aadd2da97f81f032c9725b8b400d Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Wed, 19 Feb 2020 13:04:19 -0300 Subject: [PATCH] Bump version to 3.0.1 --- .docker/Dockerfile.rhel | 2 +- .github/history.json | 77 +++++++++++++++++++++++++++++++++++++++ HISTORY.md | 25 +++++++++++++ app/utils/rocketchat.info | 2 +- package.json | 2 +- 5 files changed, 105 insertions(+), 3 deletions(-) diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index 0a700be61b4..c3d663fc2ba 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 3.0.0 +ENV RC_VERSION 3.0.1 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index afd5cd31de0..56e30e9a729 100644 --- a/.github/history.json +++ b/.github/history.json @@ -39745,6 +39745,83 @@ "4.0" ], "pull_requests": [] + }, + "3.0.1": { + "node_version": "12.14.0", + "npm_version": "6.13.4", + "mongo_versions": [ + "3.4", + "3.6", + "4.0" + ], + "pull_requests": [ + { + "pr": "16624", + "title": "[FIX] UiKit not updating new actionIds received as responses from actions", + "userLogin": "ggazzo", + "milestone": "3.0.1", + "contributors": [ + "ggazzo" + ] + }, + { + "pr": "16625", + "title": "[FIX] Regression: Jitsi on external window infinite loop", + "userLogin": "ggazzo", + "milestone": "3.0.1", + "contributors": [ + "ggazzo" + ] + }, + { + "pr": "16623", + "title": "[FIX] livechat/rooms endpoint not working with big amount of livechats", + "userLogin": "MarcosSpessatto", + "milestone": "3.0.1", + "contributors": [ + "MarcosSpessatto", + "sampaiodiego" + ] + }, + { + "pr": "16637", + "title": "[FIX] Regression: New 'app' role with no permissions when updating to 3.0.0", + "userLogin": "d-gubert", + "milestone": "3.0.1", + "contributors": [ + "d-gubert" + ] + }, + { + "pr": "16626", + "title": "[FIX] Block user option inside admin view", + "userLogin": "ggazzo", + "milestone": "3.0.1", + "contributors": [ + "ggazzo" + ] + }, + { + "pr": "16639", + "title": "[FIX] Data converters overriding fields added by apps", + "userLogin": "d-gubert", + "milestone": "3.0.1", + "contributors": [ + "ggazzo", + "d-gubert", + "web-flow" + ] + }, + { + "pr": "16629", + "title": "[FIX] Admin height if the blue banner is opened", + "userLogin": "ggazzo", + "milestone": "3.0.1", + "contributors": [ + "ggazzo" + ] + } + ] } } } \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index 4abcc90030c..e86db17e826 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,29 @@ +# 3.0.1 +`2020-02-19 ยท 7 ๐Ÿ› ยท 4 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### Engine versions +- Node: `12.14.0` +- NPM: `6.13.4` +- MongoDB: `3.4, 3.6, 4.0` + +### ๐Ÿ› Bug fixes + +- UiKit not updating new actionIds received as responses from actions ([#16624](https://github.com/RocketChat/Rocket.Chat/pull/16624)) +- Regression: Jitsi on external window infinite loop ([#16625](https://github.com/RocketChat/Rocket.Chat/pull/16625)) +- livechat/rooms endpoint not working with big amount of livechats ([#16623](https://github.com/RocketChat/Rocket.Chat/pull/16623)) +- Regression: New 'app' role with no permissions when updating to 3.0.0 ([#16637](https://github.com/RocketChat/Rocket.Chat/pull/16637)) +- Block user option inside admin view ([#16626](https://github.com/RocketChat/Rocket.Chat/pull/16626)) +- Data converters overriding fields added by apps ([#16639](https://github.com/RocketChat/Rocket.Chat/pull/16639)) +- Admin height if the blue banner is opened ([#16629](https://github.com/RocketChat/Rocket.Chat/pull/16629)) + +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@MarcosSpessatto](https://github.com/MarcosSpessatto) +- [@d-gubert](https://github.com/d-gubert) +- [@ggazzo](https://github.com/ggazzo) +- [@sampaiodiego](https://github.com/sampaiodiego) + # 3.0.0 `2020-02-14 ยท 7 ๏ธ๏ธ๏ธโš ๏ธ ยท 10 ๐ŸŽ‰ ยท 11 ๐Ÿš€ ยท 32 ๐Ÿ› ยท 43 ๐Ÿ” ยท 21 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/app/utils/rocketchat.info b/app/utils/rocketchat.info index 3d617ac0916..9bc526777aa 100644 --- a/app/utils/rocketchat.info +++ b/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "3.0.0" + "version": "3.0.1" } diff --git a/package.json b/package.json index e238acab719..d6970a605cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "3.0.0", + "version": "3.0.1", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/"