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

version bump 0.5.0

parent f32b27a5
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -65,3 +65,11 @@ First cerebro release.
- support shard relocation
- support edit index template
- added cat module

###v0.5.0 - January 19th, 2017

#### Bug fixes
- fixed stuck shard state

#### New features
- added authentication support
+1 −1
Original line number Diff line number Diff line
name := "cerebro"

version := "0.4.2"
version := "0.5.0"

scalaVersion := "2.11.6"

+1 −1
Original line number Diff line number Diff line
{
  "name": "cerebro",
  "version": "0.4.2",
  "version": "0.5.0",
  "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.2</small>
          <small>v0.5.0</small>
        </h4>
      </div>
    </div>