Skip to content

Commit

Permalink
version bump 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Feb 11, 2017
1 parent 8ea05a9 commit a65f59e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "cerebro"

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

scalaVersion := "2.11.8"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cerebro",
"version": "0.5.0",
"version": "0.5.1",
"description": "cerebro - elasticsearch admin",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit a65f59e

Please sign in to comment.