From a820e1c9d2c417b78d4ab4a4fee58e5aa52b6060 Mon Sep 17 00:00:00 2001
From: Leonardo Menezes <mail@lmenezes.com>
Date: Sat, 14 Apr 2018 11:25:22 +0200
Subject: [PATCH] version bump 0.7.3

---
 CHANGES.md        | 11 +++++++++++
 build.sbt         |  2 +-
 package-lock.json |  2 +-
 package.json      |  2 +-
 4 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index fb05eb3..e32fba9 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 e41b199..b9e02d6 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 25c1346..b3b1d9d 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 75b626a..c880b66 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": {
-- 
GitLab