diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel index 392806ab63628..a7002cc1f4d9d 100644 --- a/.docker/Dockerfile.rhel +++ b/.docker/Dockerfile.rhel @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7 -ENV RC_VERSION 0.67.0-rc.0 +ENV RC_VERSION 0.67.0 MAINTAINER buildmaster@rocket.chat diff --git a/.github/history.json b/.github/history.json index 5ece26294f305..493924bf99a66 100644 --- a/.github/history.json +++ b/.github/history.json @@ -16950,7 +16950,6 @@ "pr": "11319", "title": "[FIX] SVG icons code", "userLogin": "tassoevan", - "milestone": "0.67.0", "contributors": [ "tassoevan" ] @@ -16987,7 +16986,6 @@ "pr": "11313", "title": "[FIX] Message popup responsiveness in slash commands", "userLogin": "tassoevan", - "milestone": "0.67.0", "contributors": [ "tassoevan" ] @@ -16996,7 +16994,7 @@ "pr": "9991", "title": "[FIX] web app manifest errors as reported by Chrome DevTools", "userLogin": "justinribeiro", - "milestone": "0.67.0", + "milestone": "0.68.0", "contributors": [ "justinribeiro", "web-flow" @@ -17006,7 +17004,6 @@ "pr": "11342", "title": "[FIX] Message attachment's fields with different sizes", "userLogin": "sampaiodiego", - "milestone": "0.67.0", "contributors": [ "sampaiodiego" ] @@ -17023,7 +17020,7 @@ "pr": "9754", "title": "[FIX] Parse inline code without space before initial backtick", "userLogin": "c0dzilla", - "milestone": "0.67.0", + "milestone": "0.68.0", "contributors": [ "c0dzilla", "gdelavald", @@ -17112,6 +17109,20 @@ ] } ] + }, + "0.67.0": { + "node_version": "8.11.3", + "npm_version": "5.6.0", + "pull_requests": [ + { + "pr": "11497", + "title": "Fix dependency issue in redhat image", + "userLogin": "geekgonecrazy", + "contributors": [ + "geekgonecrazy" + ] + } + ] } } } \ No newline at end of file diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 5706e2fade13c..e3a94c300b53c 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Rocket.Chat"), - appVersion = 82, # Increment this for every release. + appVersion = 83, # Increment this for every release. - appMarketingVersion = (defaultText = "0.67.0-rc.0"), + appMarketingVersion = (defaultText = "0.67.0"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/.travis/snap.sh b/.travis/snap.sh index e035853870a97..a8e2b3c3e19ae 100755 --- a/.travis/snap.sh +++ b/.travis/snap.sh @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then RC_VERSION=$TRAVIS_TAG else CHANNEL=edge - RC_VERSION=0.67.0-rc.0 + RC_VERSION=0.67.0 fi echo "Preparing to trigger a snap release for $CHANNEL channel" diff --git a/HISTORY.md b/HISTORY.md index 7a46a946e4a7a..c1d1c8b16a3a9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,10 @@ -# 0.67.0 (Under Release Candidate Process) +# 0.67.0 +`2018-07-20 · 1 ️️️⚠️ · 1 🎉 · 1 🚀 · 6 🐛 · 5 🔍 · 11 👩‍💻👨‍💻` -## 0.67.0-rc.0 -`2018-07-10 · 1 ️️️⚠️ · 1 🎉 · 1 🚀 · 6 🐛 · 4 🔍 · 11 👩‍💻👨‍💻` +### Engine versions +- Node: `8.11.3` +- NPM: `5.6.0` ### ⚠️ BREAKING CHANGES @@ -28,6 +30,7 @@
🔍 Minor changes +- Fix dependency issue in redhat image ([#11497](https://github.com/RocketChat/Rocket.Chat/pull/11497)) - Merge master into develop & Set version to 0.67.0-develop ([#11417](https://github.com/RocketChat/Rocket.Chat/pull/11417)) - Merge master into develop & Set version to 0.67.0-develop ([#11399](https://github.com/RocketChat/Rocket.Chat/pull/11399)) - Merge master into develop & Set version to 0.67.0-develop ([#11348](https://github.com/RocketChat/Rocket.Chat/pull/11348)) diff --git a/package.json b/package.json index 31bc481fef09f..512a6fc1962b3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.67.0-rc.0", + "version": "0.67.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index fc3b8e95a94bd..010f284015862 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.67.0-rc.0" + "version": "0.67.0" }