Bump version to 1.0.1

pull/14297/head
Rodrigo Nascimento 6 years ago
parent 924ad4ef0f
commit fbfd7ecdc4
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
  1. 2
      .docker/Dockerfile.rhel
  2. 83
      .github/history.json
  3. 2
      .travis/snap.sh
  4. 28
      HISTORY.md
  5. 2
      app/utils/rocketchat.info
  6. 2
      package.json

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
ENV RC_VERSION 1.0.0
ENV RC_VERSION 1.0.1
MAINTAINER buildmaster@rocket.chat

@ -29886,6 +29886,89 @@
]
}
]
},
"1.0.1": {
"node_version": "8.11.4",
"npm_version": "6.4.1",
"mongo_versions": [
"3.2",
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "14296",
"title": "[FIX] Popup cloud console in new window",
"userLogin": "geekgonecrazy",
"milestone": "1.0.1",
"contributors": [
"geekgonecrazy"
]
},
{
"pr": "14288",
"title": "[FIX] Switch oplog required doc link to more accurate link",
"userLogin": "geekgonecrazy",
"milestone": "1.0.1",
"contributors": [
"geekgonecrazy",
"web-flow"
]
},
{
"pr": "14291",
"title": "[FIX] Optional exit on Unhandled Promise Rejection",
"userLogin": "geekgonecrazy",
"milestone": "1.0.1",
"contributors": [
"geekgonecrazy",
"web-flow",
"rodrigok"
]
},
{
"pr": "14293",
"title": "[FIX] Error when accessing avatar with no token",
"userLogin": "geekgonecrazy",
"milestone": "1.0.1",
"contributors": [
"geekgonecrazy",
"rodrigok"
]
},
{
"pr": "14286",
"title": "[FIX] Startup error in registration check",
"userLogin": "geekgonecrazy",
"milestone": "1.0.1",
"contributors": [
"geekgonecrazy",
"web-flow"
]
},
{
"pr": "14290",
"title": "[FIX] Wrong header at Apps admin section",
"userLogin": "geekgonecrazy",
"milestone": "1.0.1",
"contributors": [
"geekgonecrazy",
"web-flow"
]
},
{
"pr": "14282",
"title": "[FIX] Error when accessing an invalid file upload url",
"userLogin": "wreiske",
"milestone": "1.0.1",
"contributors": [
"wreiske",
"d-gubert",
"web-flow"
]
}
]
}
}
}

@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=1.0.0
RC_VERSION=1.0.1
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"

@ -1,4 +1,32 @@
# 1.0.1
`2019-04-28 · 7 🐛 · 4 👩💻👨💻`
### Engine versions
- Node: `8.11.4`
- NPM: `6.4.1`
- MongoDB: `3.2, 3.4, 3.6, 4.0`
### 🐛 Bug fixes
- Popup cloud console in new window ([#14296](https://github.com/RocketChat/Rocket.Chat/pull/14296))
- Switch oplog required doc link to more accurate link ([#14288](https://github.com/RocketChat/Rocket.Chat/pull/14288))
- Optional exit on Unhandled Promise Rejection ([#14291](https://github.com/RocketChat/Rocket.Chat/pull/14291))
- Error when accessing avatar with no token ([#14293](https://github.com/RocketChat/Rocket.Chat/pull/14293))
- Startup error in registration check ([#14286](https://github.com/RocketChat/Rocket.Chat/pull/14286))
- Wrong header at Apps admin section ([#14290](https://github.com/RocketChat/Rocket.Chat/pull/14290))
- Error when accessing an invalid file upload url ([#14282](https://github.com/RocketChat/Rocket.Chat/pull/14282) by [@wreiske](https://github.com/wreiske))
### 👩💻👨💻 Contributors 😍
- [@wreiske](https://github.com/wreiske)
### 👩💻👨💻 Core Team 🤓
- [@d-gubert](https://github.com/d-gubert)
- [@geekgonecrazy](https://github.com/geekgonecrazy)
- [@rodrigok](https://github.com/rodrigok)
# 1.0.0
`2019-04-28 · 4 · 30 🎉 · 32 🚀 · 97 🐛 · 173 🔍 · 60 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "1.0.0"
"version": "1.0.1"
}

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "1.0.0",
"version": "1.0.1",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

Loading…
Cancel
Save