Bump version to 3.2.1

pull/17506/head
Diego Sampaio 5 years ago
parent 2be4b2ca1c
commit e783498d03
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 13
      .github/history.json
  3. 12
      HISTORY.md
  4. 2
      app/utils/rocketchat.info
  5. 2
      package.json

@ -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

@ -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"
]
}
]
}
}
}

@ -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 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "3.2.0"
"version": "3.2.1"
}

@ -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/"

Loading…
Cancel
Save