Skip to content

Commit

Permalink
version bump 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Mar 22, 2017
1 parent ec1b10e commit a7dff0d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,12 @@ First cerebro release.
#### New features
- support for custom base path
- added index stats action to overview

###v0.6.3 - March 22nd, 2017

#### Bug fixes
- fixed node stats danger indication in overview

#### Enhancements
- display all index aliases on overview
- improved error messages
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.6.2"
version := "0.6.3"

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

0 comments on commit a7dff0d

Please sign in to comment.