diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index e4aee0519ee..f67bb8cf82c 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 2.4.8 +ENV RC_VERSION 2.4.9 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index ef91f55085c..2667a372e11 100644 --- a/.github/history.json +++ b/.github/history.json @@ -38349,6 +38349,25 @@ ] } ] + }, + "2.4.9": { + "node_version": "8.17.0", + "npm_version": "6.13.4", + "mongo_versions": [ + "3.4", + "3.6", + "4.0" + ], + "pull_requests": [ + { + "pr": "16452", + "title": "[FIX] `stdout` streamer infinite loop", + "userLogin": "sampaiodiego", + "contributors": [ + "sampaiodiego" + ] + } + ] } } } diff --git a/HISTORY.md b/HISTORY.md index 3bdfc2d3221..25ebcd105aa 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,21 @@ +# 2.4.9 +`2020-02-10 ยท 1 ๐Ÿ› ยท 1 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### Engine versions +- Node: `8.17.0` +- NPM: `6.13.4` +- MongoDB: `3.4, 3.6, 4.0` + +### ๐Ÿ› Bug fixes + +- `stdout` streamer infinite loop ([#16452](https://github.com/RocketChat/Rocket.Chat/pull/16452)) + +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@sampaiodiego](https://github.com/sampaiodiego) + # 2.4.8 -`2020-02-06 ยท 5 ๏ธ๏ธ๏ธโš ๏ธ ยท 10 ๐ŸŽ‰ ยท 11 ๐Ÿš€ ยท 26 ๐Ÿ› ยท 31 ๐Ÿ” ยท 20 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` +`2020-02-07 ยท 1 ๐Ÿ” ยท 1 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` ### Engine versions - Node: `8.17.0` diff --git a/app/utils/rocketchat.info b/app/utils/rocketchat.info index 780f1e70079..ee8ac69d4eb 100644 --- a/app/utils/rocketchat.info +++ b/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "2.4.8" + "version": "2.4.9" } diff --git a/package.json b/package.json index 1345bc6e973..9da693805a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "2.4.8", + "version": "2.4.9", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/"