Skip to content

Commit

Permalink
version bump 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Mar 30, 2017
1 parent 015c0e8 commit 75cdacd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,11 @@ First cerebro release.
#### Enhancements
- display all index aliases on overview
- improved error messages

###v0.6.4 - March 30th, 2017

#### Bug fixes
- use relative path for authentication action

#### Enhancements
- support indices with special characters (for ES < 2.X))
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.3"
version := "0.6.4"

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

0 comments on commit 75cdacd

Please sign in to comment.