Bump version to 3.1.0-rc.10

pull/17240/head 3.1.0-rc.10
Diego Sampaio 6 years ago
parent 7330a56ba5
commit 0c132518e9
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 19
      .github/history.json
  3. 15
      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.1.0-rc.9
ENV RC_VERSION 3.1.0-rc.10
MAINTAINER buildmaster@rocket.chat

@ -42246,6 +42246,25 @@
]
}
]
},
"3.1.0-rc.10": {
"node_version": "12.16.1",
"npm_version": "6.13.4",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "17204",
"title": "Regression: Fix users raw model",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
}
]
}
}
}

@ -1,6 +1,21 @@
# 3.1.0 (Under Release Candidate Process)
## 3.1.0-rc.10
`2020-04-07 · 1 🔍 · 1 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Regression: Fix users raw model ([#17204](https://github.com/RocketChat/Rocket.Chat/pull/17204))
</details>
### 👩💻👨💻 Core Team 🤓
- [@sampaiodiego](https://github.com/sampaiodiego)
## 3.1.0-rc.9
`2020-04-07 · 1 🎉 · 3 🚀 · 1 🐛 · 9 🔍 · 11 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "3.1.0-rc.9"
"version": "3.1.0-rc.10"
}

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "3.1.0-rc.9",
"version": "3.1.0-rc.10",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

Loading…
Cancel
Save