Skip to content

Commit fab0c1f

Browse files
author
Leonardo Menezes
committed
version bump 0.5.0
1 parent f32b27a commit fab0c1f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,11 @@ First cerebro release.
6565
- support shard relocation
6666
- support edit index template
6767
- added cat module
68+
69+
###v0.5.0 - January 19th, 2017
70+
71+
#### Bug fixes
72+
- fixed stuck shard state
73+
74+
#### New features
75+
- added authentication support

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "cerebro"
22

3-
version := "0.4.2"
3+
version := "0.5.0"
44

55
scalaVersion := "2.11.6"
66

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cerebro",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "cerebro - elasticsearch admin",
55
"main": "index.html",
66
"scripts": {

public/connect.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="text-center">
55
<img src="img/logo.png" height="160px">
66
<h4>Cerebro
7-
<small>v0.4.2</small>
7+
<small>v0.5.0</small>
88
</h4>
99
</div>
1010
</div>

0 commit comments

Comments
 (0)