Skip to content

Commit

Permalink
version bump 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Dec 2, 2016
1 parent ca3b61d commit 2881349
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,23 @@ First cerebro release.

#### New features
- added index settings module

###v0.3.1 - November 17th, 2016

#### Bug fixes
- displayed node roles

###v0.4.0 - December 2nd, 2016

#### Bug fixes
- fix favicon for
- handle cpu / load info from both 2.X and 5.X

#### Enhancements
- pagination buttons unselectable
- display relocating / initializing shards on overview

#### New features
- copy to curl to rest client
- repositories / snapshots 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.3.1"
version := "0.4.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.3.1",
"version": "0.4.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.3.1</small>
<small>v0.4.0</small>
</h4>
</div>
</div>
Expand Down

1 comment on commit 2881349

@wvidana
Copy link

@wvidana wvidana commented on 2881349 Dec 2, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also snapshots feature! Thanks! 🎉 👍

Please sign in to comment.