Skip to content

Commit 75cdacd

Browse files
author
Leonardo Menezes
committed
version bump 0.6.4
1 parent 015c0e8 commit 75cdacd

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,11 @@ First cerebro release.
127127
#### Enhancements
128128
- display all index aliases on overview
129129
- improved error messages
130+
131+
###v0.6.4 - March 30th, 2017
132+
133+
#### Bug fixes
134+
- use relative path for authentication action
135+
136+
#### Enhancements
137+
- support indices with special characters (for ES < 2.X))

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "cerebro"
22

3-
version := "0.6.3"
3+
version := "0.6.4"
44

55
scalaVersion := "2.11.8"
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cerebro",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "cerebro - elasticsearch admin",
55
"main": "index.html",
66
"scripts": {

0 commit comments

Comments
 (0)