Skip to content

Commit

Permalink
version bump 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Mar 9, 2017
1 parent eb263a1 commit d05bfa3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,16 @@ First cerebro release.
#### Bug fixes
- avoid parsing errors when ES requests fail
- fixes select shard for relocation menu entry

###v0.6.0 - March 9th, 2017

#### Enhancements
- support aws clusters
- order list of clusters alphabetically
- count primary and replicas on cluster overview
- use password input field

#### New features
- support rest client history
- nodes module

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.1"
version := "0.6.0"

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.1",
"version": "0.6.0",
"description": "cerebro - elasticsearch admin",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit d05bfa3

Please sign in to comment.