File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -65,3 +65,11 @@ First cerebro release.
65
65
- support shard relocation
66
66
- support edit index template
67
67
- 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
Original file line number Diff line number Diff line change 1
1
name := " cerebro"
2
2
3
- version := " 0.4.2 "
3
+ version := " 0.5.0 "
4
4
5
5
scalaVersion := " 2.11.6"
6
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cerebro" ,
3
- "version" : " 0.4.2 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"description" : " cerebro - elasticsearch admin" ,
5
5
"main" : " index.html" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 4
4
< div class ="text-center ">
5
5
< img src ="img/logo.png " height ="160px ">
6
6
< h4 > Cerebro
7
- < small > v0.4.2 </ small >
7
+ < small > v0.5.0 </ small >
8
8
</ h4 >
9
9
</ div >
10
10
</ div >
You can’t perform that action at this time.
0 commit comments