Skip to content

Commit a65f59e

Browse files
author
Leonardo Menezes
committed
version bump 0.5.1
1 parent 8ea05a9 commit a65f59e

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,13 @@ First cerebro release.
7373

7474
#### New features
7575
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "cerebro"
22

3-
version := "0.5.0"
3+
version := "0.5.1"
44

55
scalaVersion := "2.11.8"
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cerebro",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "cerebro - elasticsearch admin",
55
"main": "index.html",
66
"scripts": {

0 commit comments

Comments
 (0)