Skip to content

Commit c9331af

Browse files
committed
Bump version to 1.1.5
1 parent 0956f5f commit c9331af

File tree

6 files changed

+87
-6
lines changed

6 files changed

+87
-6
lines changed

.docker/Dockerfile.rhel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
22

3-
ENV RC_VERSION 1.1.4
3+
ENV RC_VERSION 1.1.5
44

55
MAINTAINER buildmaster@rocket.chat
66

.github/history.json

+63-1
Original file line numberDiff line numberDiff line change
@@ -30169,6 +30169,47 @@
3016930169
}
3017030170
]
3017130171
},
30172+
"1.0.4": {
30173+
"node_version": "8.11.4",
30174+
"npm_version": "6.4.1",
30175+
"mongo_versions": [
30176+
"3.2",
30177+
"3.4",
30178+
"3.6",
30179+
"4.0"
30180+
],
30181+
"pull_requests": [
30182+
{
30183+
"pr": "15054",
30184+
"title": "[FIX] Not sanitized message types",
30185+
"userLogin": "ggazzo",
30186+
"contributors": [
30187+
"ggazzo"
30188+
]
30189+
}
30190+
]
30191+
},
30192+
"1.0.5": {
30193+
"node_version": "8.11.4",
30194+
"npm_version": "6.4.1",
30195+
"mongo_versions": [
30196+
"3.2",
30197+
"3.4",
30198+
"3.6",
30199+
"4.0"
30200+
],
30201+
"pull_requests": [
30202+
{
30203+
"pr": "15141",
30204+
"title": "Fix custom auth",
30205+
"userLogin": "MarcosSpessatto",
30206+
"milestone": "1.3.1",
30207+
"contributors": [
30208+
"MarcosSpessatto"
30209+
]
30210+
}
30211+
]
30212+
},
3017230213
"1.1.0-rc.0": {
3017330214
"node_version": "8.11.4",
3017430215
"npm_version": "6.4.1",
@@ -31933,6 +31974,27 @@
3193331974
]
3193431975
}
3193531976
]
31977+
},
31978+
"1.1.5": {
31979+
"node_version": "8.11.4",
31980+
"npm_version": "6.4.1",
31981+
"mongo_versions": [
31982+
"3.2",
31983+
"3.4",
31984+
"3.6",
31985+
"4.0"
31986+
],
31987+
"pull_requests": [
31988+
{
31989+
"pr": "15141",
31990+
"title": "Fix custom auth",
31991+
"userLogin": "MarcosSpessatto",
31992+
"milestone": "1.3.1",
31993+
"contributors": [
31994+
"MarcosSpessatto"
31995+
]
31996+
}
31997+
]
3193631998
}
3193731999
}
31938-
}
32000+
}

.travis/snap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
1717
RC_VERSION=$TRAVIS_TAG
1818
else
1919
CHANNEL=edge
20-
RC_VERSION=1.1.4
20+
RC_VERSION=1.1.5
2121
fi
2222

2323
echo "Preparing to trigger a snap release for $CHANNEL channel"

HISTORY.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11

2+
# 1.1.5
3+
`2019-08-08 · 1 🔍 · 1 👩‍💻👨‍💻`
4+
5+
### Engine versions
6+
- Node: `8.11.4`
7+
- NPM: `6.4.1`
8+
- MongoDB: `3.2, 3.4, 3.6, 4.0`
9+
10+
<details>
11+
<summary>🔍 Minor changes</summary>
12+
13+
- Fix custom auth ([#15141](https://github.com/RocketChat/Rocket.Chat/pull/15141))
14+
15+
</details>
16+
17+
### 👩‍💻👨‍💻 Core Team 🤓
18+
19+
- [@MarcosSpessatto](https://github.com/MarcosSpessatto)
20+
221
# 1.1.4
322
`2019-07-29 · 1 🐛 · 1 👩‍💻👨‍💻`
423

@@ -5042,4 +5061,4 @@
50425061
- [@marceloschmidt](https://github.com/marceloschmidt)
50435062
- [@mrsimpson](https://github.com/mrsimpson)
50445063
- [@rodrigok](https://github.com/rodrigok)
5045-
- [@sampaiodiego](https://github.com/sampaiodiego)
5064+
- [@sampaiodiego](https://github.com/sampaiodiego)

app/utils/rocketchat.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.1.4"
2+
"version": "1.1.5"
33
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Rocket.Chat",
33
"description": "The Ultimate Open Source WebChat Platform",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"author": {
66
"name": "Rocket.Chat",
77
"url": "https://rocket.chat/"

0 commit comments

Comments
 (0)