We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea05a9 commit a65f59eCopy full SHA for a65f59e
3 files changed
CHANGES.md
@@ -73,3 +73,13 @@ First cerebro release.
73
74
#### New features
75
- added authentication support
76
+
77
+###v0.5.1 - February 11th, 2017
78
79
+#### Enhancements
80
+- consistent node sorting on cluster overview
81
+- support host name on lists of known hosts
82
83
+#### Bug fixes
84
+- avoid parsing errors when ES requests fail
85
+- fixes select shard for relocation menu entry
build.sbt
@@ -1,6 +1,6 @@
1
name := "cerebro"
2
3
-version := "0.5.0"
+version := "0.5.1"
4
5
scalaVersion := "2.11.8"
6
package.json
{
"name": "cerebro",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "cerebro - elasticsearch admin",
"main": "index.html",
"scripts": {
0 commit comments