diff --git a/CHANGES.md b/CHANGES.md index 041e5275..ebd593af 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -147,3 +147,17 @@ First cerebro release. - updated known node types(included ingest, renamed client to coordinating) - support changing refresh interval +###v0.6.6 - July 26th, 2017 + +#### Bug fixes +- support non valid json requests through rest client +- consistent icon for coordinating nodes + +#### Enhancements +- remove trailing / from ES hosts +- fix nodes tab to handle aws nodes +- order indices alphabetically on aliases page +- ensure unassigned shards ordering +- max width to alerts +- display single alias on overview +- improve performance of overview index filtering diff --git a/build.sbt b/build.sbt index 1fe97b99..f1d05228 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "cerebro" maintainer := "Leonardo Menezes " -version := "0.6.5" +version := "0.6.6" scalaVersion := "2.11.8" diff --git a/package.json b/package.json index 906bc08e..49de34ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cerebro", - "version": "0.6.5", + "version": "0.6.6", "description": "cerebro - elasticsearch admin", "main": "index.html", "scripts": {