Bump version to 0.68.1

pull/11616/head
Diego Sampaio 8 years ago
parent 59d92e9e69
commit 499ff2e174
No known key found for this signature in database
GPG Key ID: 16752D335AC4C231
  1. 2
      .docker/Dockerfile.rhel
  2. 24
      .github/history.json
  3. 4
      .sandstorm/sandstorm-pkgdef.capnp
  4. 2
      .travis/snap.sh
  5. 18
      HISTORY.md
  6. 2
      package.json
  7. 2
      packages/rocketchat-lib/rocketchat.info

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

@ -17641,6 +17641,30 @@
"node_version": "8.11.3",
"npm_version": "5.6.0",
"pull_requests": []
},
"0.68.1": {
"node_version": "8.11.3",
"npm_version": "5.6.0",
"pull_requests": [
{
"pr": "11613",
"title": "[FIX] `Jump to message` search result action",
"userLogin": "tassoevan",
"contributors": [
"tassoevan"
]
},
{
"pr": "11597",
"title": "[FIX] HipChat importer wasn’t compatible with latest exports",
"userLogin": "rodrigok",
"contributors": [
"rodrigok",
"sampaiodiego",
"web-flow"
]
}
]
}
}
}

@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Rocket.Chat"),
appVersion = 89, # Increment this for every release.
appVersion = 90, # Increment this for every release.
appMarketingVersion = (defaultText = "0.68.0"),
appMarketingVersion = (defaultText = "0.68.1"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

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

@ -1,4 +1,22 @@
# 0.68.1
`2018-07-30 · 2 🐛 · 3 👩💻👨💻`
### Engine versions
- Node: `8.11.3`
- NPM: `5.6.0`
### 🐛 Bug fixes
- `Jump to message` search result action ([#11613](https://github.com/RocketChat/Rocket.Chat/pull/11613))
- HipChat importer wasn’t compatible with latest exports ([#11597](https://github.com/RocketChat/Rocket.Chat/pull/11597))
### 👩💻👨💻 Core Team 🤓
- [@rodrigok](https://github.com/rodrigok)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)
# 0.68.0
`2018-07-27 · 2 · 13 🎉 · 3 🚀 · 23 🐛 · 10 🔍 · 21 👩💻👨💻`

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

@ -1,3 +1,3 @@
{
"version": "0.68.0"
"version": "0.68.1"
}

Loading…
Cancel
Save