Skip to content

Commit

Permalink
Bump version to 3.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Apr 23, 2020
1 parent 96ec411 commit 01e8829
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7

ENV RC_VERSION 3.2.0-rc.0
ENV RC_VERSION 3.2.0-rc.1

MAINTAINER buildmaster@rocket.chat

Expand Down
29 changes: 29 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -43290,6 +43290,35 @@
]
}
]
},
"3.2.0-rc.1": {
"node_version": "12.16.1",
"npm_version": "6.13.4",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "17391",
"title": "Regression: Fix mem usage with more than one argument",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "17378",
"title": "[FIX] 2FA not showing codes for Spanish translation",
"userLogin": "RavenSystem",
"milestone": "3.2.0",
"contributors": [
"RavenSystem",
"web-flow"
]
}
]
}
}
}
25 changes: 24 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@

# 3.2.0 (Under Release Candidate Process)

## 3.2.0-rc.1
`2020-04-22 · 1 🐛 · 1 🔍 · 2 👩‍💻👨‍💻`

### 🐛 Bug fixes


- 2FA not showing codes for Spanish translation ([#17378](https://github.com/RocketChat/Rocket.Chat/pull/17378) by [@RavenSystem](https://github.com/RavenSystem))

<details>
<summary>🔍 Minor changes</summary>


- Regression: Fix mem usage with more than one argument ([#17391](https://github.com/RocketChat/Rocket.Chat/pull/17391))

</details>

### 👩‍💻👨‍💻 Contributors 😍

- [@RavenSystem](https://github.com/RavenSystem)

### 👩‍💻👨‍💻 Core Team 🤓

- [@sampaiodiego](https://github.com/sampaiodiego)

## 3.2.0-rc.0
`2020-04-21 · 19 🎉 · 10 🚀 · 36 🐛 · 15 🔍 · 31 👩‍💻👨‍💻`

Expand Down Expand Up @@ -1846,7 +1870,6 @@
### Engine versions
- Node: `8.15.1`
- NPM: `6.9.0`
- MongoDB: ``

### 🐛 Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.2.0-rc.0"
"version": "3.2.0-rc.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "3.2.0-rc.0",
"version": "3.2.0-rc.1",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit 01e8829

Please sign in to comment.