Commit 635f0ff8 authored by Leonardo Menezes's avatar Leonardo Menezes
Browse files

version bump 0.4.2

parent 01fa20f2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -54,3 +54,14 @@ First cerebro release.

#### Bug fixes
- fix indices selection on snapshot creation

###v0.4.2 - January 4th, 2017

#### Bug fixes
- fixed issue that prevent alias removal
- only display unassigned shard count when count is > 0

#### New features
- support shard relocation
- support edit index template
- added cat module
+1 −1
Original line number Diff line number Diff line
name := "cerebro"

version := "0.4.1"
version := "0.4.2"

scalaVersion := "2.11.6"

+1 −1
Original line number Diff line number Diff line
{
  "name": "cerebro",
  "version": "0.4.1",
  "version": "0.4.2",
  "description": "cerebro - elasticsearch admin",
  "main": "index.html",
  "scripts": {
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
      <div class="text-center">
        <img src="img/logo.png" height="160px">
        <h4>Cerebro
          <small>v0.4.1</small>
          <small>v0.4.2</small>
        </h4>
      </div>
    </div>