diff --git a/HISTORY.md b/HISTORY.md index 01257c982cc..23e99ee9fc2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,36 @@ +# 6.2.11 + +`2023-07-26 ยท 1 ๐Ÿ› ยท 1 ๐Ÿ” ยท 4 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### Engine versions +- Node: `14.21.3` +- NPM: `6.14.17` +- MongoDB: `4.4, 5.0, 6.0` +- Apps-Engine: `1.39.1` + +### ๐Ÿ› Bug fixes + + +- Performance issue when using api to create users ([#29914](https://github.com/RocketChat/Rocket.Chat/pull/29914) by [@KevLehman](https://github.com/KevLehman)) + +
+๐Ÿ” Minor changes + + +- Release 6.2.11 ([#29915](https://github.com/RocketChat/Rocket.Chat/pull/29915) by [@rocketchat-github-ci](https://github.com/rocketchat-github-ci)) + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Contributors ๐Ÿ˜ + +- [@KevLehman](https://github.com/KevLehman) +- [@rocketchat-github-ci](https://github.com/rocketchat-github-ci) + +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@ggazzo](https://github.com/ggazzo) +- [@rodrigok](https://github.com/rodrigok) + # 6.2.5 `2023-06-07 ยท 1 ๐Ÿ› ยท 1 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/apps/meteor/.docker/Dockerfile.rhel b/apps/meteor/.docker/Dockerfile.rhel index a0dfb28e18b..2e6a7e4ee1d 100644 --- a/apps/meteor/.docker/Dockerfile.rhel +++ b/apps/meteor/.docker/Dockerfile.rhel @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/ubi8/nodejs-12 -ENV RC_VERSION 6.2.10 +ENV RC_VERSION 6.2.11 MAINTAINER buildmaster@rocket.chat diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index a726723386a..35591e0656a 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "6.2.10" + "version": "6.2.11" } diff --git a/apps/meteor/package.json b/apps/meteor/package.json index bfd5e7fd3a4..5559fc0ef63 100644 --- a/apps/meteor/package.json +++ b/apps/meteor/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/meteor", "description": "The Ultimate Open Source WebChat Platform", - "version": "6.2.10", + "version": "6.2.11", "private": true, "author": { "name": "Rocket.Chat", diff --git a/package.json b/package.json index 8b0fe5791eb..4e390c6b96e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "6.2.10", + "version": "6.2.11", "description": "Rocket.Chat Monorepo", "main": "index.js", "private": true,