Skip to content

Commit

Permalink
version bump 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Jan 4, 2017
1 parent 01fa20f commit 635f0ff
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "cerebro"

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

scalaVersion := "2.11.6"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cerebro",
"version": "0.4.1",
"version": "0.4.2",
"description": "cerebro - elasticsearch admin",
"main": "index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 635f0ff

Please sign in to comment.