diff --git a/CHANGES.md b/CHANGES.md
index fb05eb3d59dbac286514ee1db447ca913451fe58..e32fba98975d035599cc41ae5ddf056ba6515867 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -219,3 +219,14 @@ First cerebro release.
 #### Bug fixes
 - fixes unhealty indices filter
 - analyse module to work with ES 6.X
+
+###v0.7.3 - April 14th, 2018
+
+### New features
+- allow saving cluster settings as persistent/transient
+
+#### Bug fixes
+- fix index and repo sorting in snapshot module #236
+- fixes missing initializing shard when relocating shard #250
+- fix restoring snapshots with dots on name #254
+- ignore_unavailable indices for overview stats #247
diff --git a/build.sbt b/build.sbt
index e41b199b86554cb19a5e9ed2de5839e746314566..b9e02d644a2baf5caa7218bb1bac7a3310d46f3e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,7 +2,7 @@ name := "cerebro"
 
 maintainer := "Leonardo Menezes <leonardo.menezes@xing.com>"
 
-version := "0.7.2"
+version := "0.7.3"
 
 scalaVersion := "2.11.11"
 
diff --git a/package-lock.json b/package-lock.json
index 25c1346e26e777c4fa248c30fc8ed9835f804176..b3b1d9d7c010b9232e61de08c76db37bdd772f36 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cerebro",
-  "version": "0.7.2",
+  "version": "0.7.3",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 75b626ac320390146f5005b47ef36f4121425f72..c880b66ce6929c51f38c993fde8a7fe8f934697f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cerebro",
-  "version": "0.7.2",
+  "version": "0.7.3",
   "description": "cerebro - elasticsearch admin",
   "main": "index.html",
   "scripts": {