Skip to content

Commit

Permalink
version bump 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmenezes committed Jun 20, 2018
1 parent 46407bd commit 577a4c2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,10 @@ First cerebro release.
- fixes missing initializing shard when relocating shard #250
- fix restoring snapshots with dots on name #254
- ignore_unavailable indices for overview stats #247

###v0.8.0 - June 20th, 2018

### New features
- cluster status text added to navbar and tab title
- available cluster/index settings now read from ES
- added dockerfile and published to dockerhub
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "cerebro"

maintainer := "Leonardo Menezes <[email protected]>"

version := "0.7.3"
version := "0.8.0"

scalaVersion := "2.11.11"

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.3",
"version": "0.8.0",
"description": "cerebro - elasticsearch admin",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit 577a4c2

Please sign in to comment.