diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel
index 392806ab63628076597f3a742bc82dc10af0413f..a7002cc1f4d9d87aa035f1151a3afdaa7449d888 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 5ece26294f305c3b220050e4bfac6498b873341f..493924bf99a66969d036be80975e28d5f64f2475 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 5706e2fade13c4d7c1ee4331d7fe439221c859f3..e3a94c300b53c71d4510ebf699bb9d6c4f7e6157 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 e035853870a97d0eb51e0325dc3f2955a2659619..a8e2b3c3e19aeab9ea84cb90a7ce54a72be8844a 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 7a46a946e4a7a11a55ff0c34b558b4a31b86a440..c1d1c8b16a3a9c63fcd3b4b2c672605229609595 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 @@
 <details>
 <summary>🔍 Minor changes</summary>
 
+- 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 31bc481fef09f5e4431d519eddfe0b5c7029ca80..512a6fc1962b36990373527212165dd3f14a74dd 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 fc3b8e95a94bd0385a05235be4361c4a4cee5cbe..010f2840158623593e869ae04bae5bc5d4afdcbb 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"
 }