Skip to content

Commit

Permalink
Bump version to 1.1.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed May 24, 2019
1 parent 8d4480a commit 6acf91a
Show file tree
Hide file tree
Showing 6 changed files with 36 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 1.1.0-rc.2
ENV RC_VERSION 1.1.0-rc.3

MAINTAINER buildmaster@rocket.chat

Expand Down
21 changes: 21 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -31506,6 +31506,27 @@
]
}
]
},
"1.1.0-rc.3": {
"node_version": "8.11.4",
"npm_version": "6.4.1",
"mongo_versions": [
"3.2",
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "14614",
"title": "[FIX] Mailer breaking if user doesn't have an email address",
"userLogin": "MarcosSpessatto",
"milestone": "1.1.0",
"contributors": [
"MarcosSpessatto"
]
}
]
}
}
}
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=1.1.0-rc.2
RC_VERSION=1.1.0-rc.3
fi

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

# 1.1.0 (Under Release Candidate Process)

## 1.1.0-rc.3
`2019-05-23 · 1 🐛 · 1 👩‍💻👨‍💻`

### 🐛 Bug fixes

- Mailer breaking if user doesn't have an email address ([#14614](https://github.com/RocketChat/Rocket.Chat/pull/14614))

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

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

## 1.1.0-rc.2
`2019-05-22 · 2 🐛 · 7 🔍 · 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": "1.1.0-rc.2"
"version": "1.1.0-rc.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": "1.1.0-rc.2",
"version": "1.1.0-rc.3",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit 6acf91a

Please sign in to comment.