From e783498d032a66c8c711f28d362a083319823ca2 Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Fri, 1 May 2020 00:40:19 -0300 Subject: [PATCH] Bump version to 3.2.1 --- .docker/Dockerfile.rhel | 2 +- .github/history.json | 13 +++++++++++++ HISTORY.md | 12 ++++++++++++ app/utils/rocketchat.info | 2 +- package.json | 2 +- 5 files changed, 28 insertions(+), 3 deletions(-) diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index dc9695a75fb..314f50a2214 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.2.0 +ENV RC_VERSION 3.2.1 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index 98c0a2c5250..eb6348f00a3 100644 --- a/.github/history.json +++ b/.github/history.json @@ -43618,6 +43618,19 @@ ] } ] + }, + "3.2.1": { + "pull_requests": [ + { + "pr": "17497", + "title": "[FIX] LDAP login error on Enterprise version", + "userLogin": "pierre-lehnen-rc", + "milestone": "3.2.1", + "contributors": [ + "pierre-lehnen-rc" + ] + } + ] } } } \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index bc0b76f4333..fa52b8e8764 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,16 @@ +# 3.2.1 +`2020-05-01 ยท 1 ๐Ÿ› ยท 1 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### ๐Ÿ› Bug fixes + + +- LDAP login error on Enterprise version ([#17497](https://github.com/RocketChat/Rocket.Chat/pull/17497)) + +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc) + # 3.2.0 `2020-04-27 ยท 19 ๐ŸŽ‰ ยท 10 ๐Ÿš€ ยท 34 ๐Ÿ› ยท 19 ๐Ÿ” ยท 34 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/app/utils/rocketchat.info b/app/utils/rocketchat.info index 7ccbef98e38..60134978dd1 100644 --- a/app/utils/rocketchat.info +++ b/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "3.2.0" + "version": "3.2.1" } diff --git a/package.json b/package.json index 7141be2762c..7926f3e95e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "3.2.0", + "version": "3.2.1", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/"