diff --git a/CHANGES.md b/CHANGES.md index fb05eb3d..e32fba98 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 e41b199b..b9e02d64 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "cerebro" maintainer := "Leonardo Menezes " -version := "0.7.2" +version := "0.7.3" scalaVersion := "2.11.11" diff --git a/package-lock.json b/package-lock.json index 25c1346e..b3b1d9d7 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 75b626ac..c880b66c 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": {