Skip to content

Commit

Permalink
version bump 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lmenezes committed May 20, 2020
1 parent 1af8da1 commit 77507df
Show file tree
Hide file tree
Showing 4 changed files with 750 additions and 705 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Expand Up @@ -308,3 +308,8 @@ First cerebro release.

- Tolerate missing settings for repositories (2bed3327b056295b215e6a809dcbf50e8b0e7926). Closes #409
- Handle post typeless indices mappings on analysis (9dbece339a014971307506977ec71045e977d576). Closes #412

### v0.9.1 - May 20th, 2020

#### Enhancements
- Display node attributes on overview / nodes view
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -7,7 +7,7 @@ packageSummary := "Elasticsearch web admin tool"
packageDescription := """cerebro is an open source(MIT License) elasticsearch web admin tool built
using Scala, Play Framework, AngularJS and Bootstrap."""

version := "0.9.0"
version := "0.9.1"

scalaVersion := "2.12.11"

Expand Down

0 comments on commit 77507df

Please sign in to comment.