Skip to content

Commit

Permalink
Bump version to 3.1.0-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Apr 3, 2020
1 parent 18bdefa commit 8ff674e
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 3 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.1.0-rc.7
ENV RC_VERSION 3.1.0-rc.8

MAINTAINER buildmaster@rocket.chat

Expand Down
46 changes: 46 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -41960,6 +41960,52 @@
]
}
]
},
"3.1.0-rc.8": {
"node_version": "12.16.1",
"npm_version": "6.13.4",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "17142",
"title": "New metric to track oplog queue",
"userLogin": "rodrigok",
"milestone": "3.0.11",
"contributors": [
"rodrigok"
]
},
{
"pr": "17143",
"title": "[FIX] Option BYPASS_OPLOG_VALIDATION not working",
"userLogin": "rodrigok",
"milestone": "3.0.11",
"contributors": [
"rodrigok"
]
},
{
"pr": "17132",
"title": "[FIX] Omnichannel endpoint `inquiries.getOne` returning only queued inquiries",
"userLogin": "renatobecker",
"milestone": "3.0.11",
"contributors": [
"renatobecker"
]
},
{
"pr": "17133",
"title": "Regression: fix design review of Directory",
"userLogin": "ggazzo",
"contributors": [
"ggazzo"
]
}
]
}
}
}
26 changes: 26 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@

# 3.1.0 (Under Release Candidate Process)

## 3.1.0-rc.8
`2020-04-02 · 2 🐛 · 2 🔍 · 3 👩‍💻👨‍💻`

### 🐛 Bug fixes


- Option BYPASS_OPLOG_VALIDATION not working ([#17143](https://github.com/RocketChat/Rocket.Chat/pull/17143))

- Omnichannel endpoint `inquiries.getOne` returning only queued inquiries ([#17132](https://github.com/RocketChat/Rocket.Chat/pull/17132))

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


- New metric to track oplog queue ([#17142](https://github.com/RocketChat/Rocket.Chat/pull/17142))

- Regression: fix design review of Directory ([#17133](https://github.com/RocketChat/Rocket.Chat/pull/17133))

</details>

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

- [@ggazzo](https://github.com/ggazzo)
- [@renatobecker](https://github.com/renatobecker)
- [@rodrigok](https://github.com/rodrigok)

## 3.1.0-rc.7
`2020-04-02 · 2 🎉 · 1 🚀 · 4 🐛 · 9 🔍 · 9 👩‍💻👨‍💻`

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.1.0-rc.7"
"version": "3.1.0-rc.8"
}
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.1.0-rc.7",
"version": "3.1.0-rc.8",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit 8ff674e

Please sign in to comment.