Commit a65f59eb authored by Leonardo Menezes's avatar Leonardo Menezes
Browse files

version bump 0.5.1

parent 8ea05a98
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -73,3 +73,13 @@ First cerebro release.

#### New features
- added authentication support

###v0.5.1 - February 11th, 2017

#### Enhancements
- consistent node sorting on cluster overview
- support host name on lists of known hosts

#### Bug fixes
- avoid parsing errors when ES requests fail
- fixes select shard for relocation menu entry
+1 −1
Original line number Diff line number Diff line
name := "cerebro"

version := "0.5.0"
version := "0.5.1"

scalaVersion := "2.11.8"

+1 −1
Original line number Diff line number Diff line
{
  "name": "cerebro",
  "version": "0.5.0",
  "version": "0.5.1",
  "description": "cerebro - elasticsearch admin",
  "main": "index.html",
  "scripts": {