Skip to content

Commit d05bfa3

Browse files
author
Leonardo Menezes
committed
version bump 0.6.0
1 parent eb263a1 commit d05bfa3

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,16 @@ First cerebro release.
8383
#### Bug fixes
8484
- avoid parsing errors when ES requests fail
8585
- fixes select shard for relocation menu entry
86+
87+
###v0.6.0 - March 9th, 2017
88+
89+
#### Enhancements
90+
- support aws clusters
91+
- order list of clusters alphabetically
92+
- count primary and replicas on cluster overview
93+
- use password input field
94+
95+
#### New features
96+
- support rest client history
97+
- nodes module
98+

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.5.1"
3+
version := "0.6.0"
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.5.1",
3+
"version": "0.6.0",
44
"description": "cerebro - elasticsearch admin",
55
"main": "index.html",
66
"scripts": {

0 commit comments

Comments
 (0)