Skip to content

Commit

Permalink
Bump version to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed May 11, 2020
1 parent e5e5dce commit 60f2213
Show file tree
Hide file tree
Showing 5 changed files with 40 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.2
ENV RC_VERSION 3.1.3

MAINTAINER buildmaster@rocket.chat

Expand Down
20 changes: 20 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -42587,6 +42587,26 @@
]
}
]
},
"3.1.3": {
"node_version": "12.16.1",
"npm_version": "6.13.4",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "17578",
"title": "[FIX] Email configs not updating after setting changes",
"userLogin": "rodrigok",
"milestone": "3.2.2",
"contributors": [
"rodrigok"
]
}
]
}
}
}
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

# 3.1.3
`2020-05-11 · 1 🐛 · 1 👩‍💻👨‍💻`

### Engine versions
- Node: `12.16.1`
- NPM: `6.13.4`
- MongoDB: `3.4, 3.6, 4.0`

### 🐛 Bug fixes


- Email configs not updating after setting changes ([#17578](https://github.com/RocketChat/Rocket.Chat/pull/17578))

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

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

# 3.1.2
`2020-04-27 · 8 🐛 · 2 🔍 · 5 👩‍💻👨‍💻`

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

0 comments on commit 60f2213

Please sign in to comment.