Skip to content

Commit 635f0ff

Browse files
author
Leonardo Menezes
committed
version bump 0.4.2
1 parent 01fa20f commit 635f0ff

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,14 @@ First cerebro release.
5454

5555
#### Bug fixes
5656
- fix indices selection on snapshot creation
57+
58+
###v0.4.2 - January 4th, 2017
59+
60+
#### Bug fixes
61+
- fixed issue that prevent alias removal
62+
- only display unassigned shard count when count is > 0
63+
64+
#### New features
65+
- support shard relocation
66+
- support edit index template
67+
- added cat module

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "cerebro"
22

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

55
scalaVersion := "2.11.6"
66

package.json

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

public/connect.html

Lines changed: 1 addition & 1 deletion
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.1</small>
7+
<small>v0.4.2</small>
88
</h4>
99
</div>
1010
</div>

0 commit comments

Comments
 (0)