From 60f2213268b3306f1c265e9279e388aab11e5bb9 Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Mon, 11 May 2020 09:47:42 -0300 Subject: [PATCH] Bump version to 3.1.3 --- .docker/Dockerfile.rhel | 2 +- .github/history.json | 20 ++++++++++++++++++++ HISTORY.md | 17 +++++++++++++++++ app/utils/rocketchat.info | 2 +- package.json | 2 +- 5 files changed, 40 insertions(+), 3 deletions(-) diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index 9369e091a32b8..d997724cc44e3 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.2 +ENV RC_VERSION 3.1.3 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index f93ed35ca2efb..1c2d7ff516487 100644 --- a/.github/history.json +++ b/.github/history.json @@ -42587,6 +42587,26 @@ ] } ] + }, + "3.1.3": { + "node_version": "12.16.1", + "npm_version": "6.13.4", + "mongo_versions": [ + "3.4", + "3.6", + "4.0" + ], + "pull_requests": [ + { + "pr": "17578", + "title": "[FIX] Email configs not updating after setting changes", + "userLogin": "rodrigok", + "milestone": "3.2.2", + "contributors": [ + "rodrigok" + ] + } + ] } } } \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index 9197d657fe1f1..5b1d8ba36dab0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,21 @@ +# 3.1.3 +`2020-05-11 ยท 1 ๐Ÿ› ยท 1 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### Engine versions +- Node: `12.16.1` +- NPM: `6.13.4` +- MongoDB: `3.4, 3.6, 4.0` + +### ๐Ÿ› Bug fixes + + +- Email configs not updating after setting changes ([#17578](https://github.com/RocketChat/Rocket.Chat/pull/17578)) + +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@rodrigok](https://github.com/rodrigok) + # 3.1.2 `2020-04-27 ยท 8 ๐Ÿ› ยท 2 ๐Ÿ” ยท 5 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/app/utils/rocketchat.info b/app/utils/rocketchat.info index 38a7297574343..99ff46110beee 100644 --- a/app/utils/rocketchat.info +++ b/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "3.1.2" + "version": "3.1.3" } diff --git a/package.json b/package.json index 9e1e84d8cd1ee..2138a329e0646 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "3.1.2", + "version": "3.1.3", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/"