Bump version to 1.2.1

pull/14898/head
Diego Sampaio 7 years ago
parent c44b5de0e4
commit 57312671a1
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 21
      .github/history.json
  3. 2
      .travis/snap.sh
  4. 16
      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.2.0
ENV RC_VERSION 1.2.1
MAINTAINER buildmaster@rocket.chat

@ -32504,6 +32504,27 @@
]
}
]
},
"1.2.1": {
"node_version": "8.11.4",
"npm_version": "6.4.1",
"mongo_versions": [
"3.2",
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "14894",
"title": "[FIX] Not showing local app on App Details",
"userLogin": "d-gubert",
"milestone": "1.2.1",
"contributors": [
"d-gubert"
]
}
]
}
}
}

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

@ -1,4 +1,20 @@
# 1.2.1
`2019-06-28 · 1 🐛 · 1 👩💻👨💻`
### Engine versions
- Node: `8.11.4`
- NPM: `6.4.1`
- MongoDB: `3.2, 3.4, 3.6, 4.0`
### 🐛 Bug fixes
- Not showing local app on App Details ([#14894](https://github.com/RocketChat/Rocket.Chat/pull/14894))
### 👩💻👨💻 Core Team 🤓
- [@d-gubert](https://github.com/d-gubert)
# 1.2.0
`2019-06-27 · 8 🎉 · 4 🚀 · 12 🐛 · 8 🔍 · 21 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "1.2.0"
"version": "1.2.1"
}

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

Loading…
Cancel
Save