Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed May 30, 2019
1 parent 725837a commit 80341ed
Show file tree
Hide file tree
Showing 6 changed files with 69 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
ENV RC_VERSION 1.1.1

MAINTAINER buildmaster@rocket.chat

Expand Down
39 changes: 39 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -31802,6 +31802,45 @@
]
}
]
},
"1.1.1": {
"node_version": "8.11.4",
"npm_version": "6.4.1",
"mongo_versions": [
"3.2",
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "14686",
"title": "[FIX] SAML login error.",
"userLogin": "Hudell",
"milestone": "1.1.1",
"contributors": [
"Hudell"
]
},
{
"pr": "14668",
"title": "[FIX] Load messages after disconnect and message box scroll missing",
"userLogin": "ggazzo",
"milestone": "1.1.1",
"contributors": [
"ggazzo"
]
},
{
"pr": "14674",
"title": "Removing unnecesary federation configs",
"userLogin": "alansikora",
"milestone": "1.1.1",
"contributors": [
"alansikora"
]
}
]
}
}
}
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_VERSION=1.1.1
fi

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

# 1.1.1
`2019-05-30 · 2 🐛 · 1 🔍 · 3 👩‍💻👨‍💻`

### Engine versions
- Node: `8.11.4`
- NPM: `6.4.1`
- MongoDB: `3.2, 3.4, 3.6, 4.0`

### 🐛 Bug fixes

- SAML login error. ([#14686](https://github.com/RocketChat/Rocket.Chat/pull/14686))
- Load messages after disconnect and message box scroll missing ([#14668](https://github.com/RocketChat/Rocket.Chat/pull/14668))

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

- Removing unnecesary federation configs ([#14674](https://github.com/RocketChat/Rocket.Chat/pull/14674))

</details>

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

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

# 1.1.0
`2019-05-27 · 5 🎉 · 10 🚀 · 52 🐛 · 35 🔍 · 27 👩‍💻👨‍💻`

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

0 comments on commit 80341ed

Please sign in to comment.