Skip to content

Commit

Permalink
version bump 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Jan 19, 2017
1 parent f32b27a commit fab0c1f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

This comment has been minimized.

Copy link
@duramen

duramen Jan 22, 2017

LDAP?

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.2"
version := "0.5.0"

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.2",
"version": "0.5.0",
"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.2</small>
<small>v0.5.0</small>
</h4>
</div>
</div>
Expand Down

0 comments on commit fab0c1f

Please sign in to comment.