Skip to content

Commit

Permalink
version bump 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lmenezes committed Dec 27, 2020
1 parent 9dbeabb commit 5aea1dc
Show file tree
Hide file tree
Showing 4 changed files with 5,502 additions and 17 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,4 +317,9 @@ First cerebro release.
### v0.9.2 - June 18th, 2020

#### Bug fixes
- Handle node info for nodes without defined attributes Closes #448
- Handle node info for nodes without defined attributes Closes #448

### v0.9.3 - December 27th, 2020

#### Improvements
- Support elasticsearch 7.10 data tiers
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
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.2"
version := "0.9.3"

scalaVersion := "2.12.11"

Expand Down

0 comments on commit 5aea1dc

Please sign in to comment.