Skip to content

Commit

Permalink
Bump version to 2.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Sep 12, 2019
1 parent 9362cf1 commit 73bfe73
Show file tree
Hide file tree
Showing 6 changed files with 41 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 2.0.0-rc.3
ENV RC_VERSION 2.0.0-rc.4

MAINTAINER buildmaster@rocket.chat

Expand Down
22 changes: 22 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -34564,6 +34564,28 @@
]
}
]
},
"2.0.0-rc.4": {
"node_version": "8.11.4",
"npm_version": "6.4.1",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "15336",
"title": "Federation migration and additional improvements",
"userLogin": "sampaiodiego",
"milestone": "2.0.0",
"contributors": [
"alansikora",
"sampaiodiego",
"web-flow"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion .travis/snap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=2.0.0-rc.3
RC_VERSION=2.0.0-rc.4
fi

echo "Preparing to trigger a snap release for $CHANNEL channel"
Expand Down
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@

# 2.0.0 (Under Release Candidate Process)

## 2.0.0-rc.4
`2019-09-11 · 1 🔍 · 2 👩‍💻👨‍💻`

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

- Federation migration and additional improvements ([#15336](https://github.com/RocketChat/Rocket.Chat/pull/15336))

</details>

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

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

## 2.0.0-rc.3
`2019-09-10 · 2 ️️️⚠️ · 2 🐛 · 8 🔍 · 8 👩‍💻👨‍💻`

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

0 comments on commit 73bfe73

Please sign in to comment.