diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index fd2f6ad1e80..c5ed1f5e950 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.1.0-rc.9 +ENV RC_VERSION 3.1.0-rc.10 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index edd063897e0..be8c08525e4 100644 --- a/.github/history.json +++ b/.github/history.json @@ -42246,6 +42246,25 @@ ] } ] + }, + "3.1.0-rc.10": { + "node_version": "12.16.1", + "npm_version": "6.13.4", + "mongo_versions": [ + "3.4", + "3.6", + "4.0" + ], + "pull_requests": [ + { + "pr": "17204", + "title": "Regression: Fix users raw model", + "userLogin": "sampaiodiego", + "contributors": [ + "sampaiodiego" + ] + } + ] } } } \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index 1d993f57e98..2fc08c4ee30 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,21 @@ # 3.1.0 (Under Release Candidate Process) +## 3.1.0-rc.10 +`2020-04-07 ยท 1 ๐Ÿ” ยท 1 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +
+๐Ÿ” Minor changes + + +- Regression: Fix users raw model ([#17204](https://github.com/RocketChat/Rocket.Chat/pull/17204)) + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@sampaiodiego](https://github.com/sampaiodiego) + ## 3.1.0-rc.9 `2020-04-07 ยท 1 ๐ŸŽ‰ ยท 3 ๐Ÿš€ ยท 1 ๐Ÿ› ยท 9 ๐Ÿ” ยท 11 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/app/utils/rocketchat.info b/app/utils/rocketchat.info index e7b659b5a2f..9aca78afeac 100644 --- a/app/utils/rocketchat.info +++ b/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "3.1.0-rc.9" + "version": "3.1.0-rc.10" } diff --git a/package.json b/package.json index 36b4a5e7c7c..a1671196d3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "3.1.0-rc.9", + "version": "3.1.0-rc.10", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/"