Commit d05bfa30 authored by Leonardo Menezes's avatar Leonardo Menezes
Browse files

version bump 0.6.0

parent eb263a19
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
name := "cerebro"

version := "0.5.1"
version := "0.6.0"

scalaVersion := "2.11.8"

+1 −1
Original line number Diff line number Diff line
{
  "name": "cerebro",
  "version": "0.5.1",
  "version": "0.6.0",
  "description": "cerebro - elasticsearch admin",
  "main": "index.html",
  "scripts": {