Skip to content

Commit 5aea1dc

Browse files
committed
version bump 0.9.3
1 parent 9dbeabb commit 5aea1dc

File tree

4 files changed

+5502
-17
lines changed

4 files changed

+5502
-17
lines changed

CHANGES.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -317,4 +317,9 @@ First cerebro release.
317317
### v0.9.2 - June 18th, 2020
318318

319319
#### Bug fixes
320-
- Handle node info for nodes without defined attributes Closes #448
320+
- Handle node info for nodes without defined attributes Closes #448
321+
322+
### v0.9.3 - December 27th, 2020
323+
324+
#### Improvements
325+
- Support elasticsearch 7.10 data tiers

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packageSummary := "Elasticsearch web admin tool"
77
packageDescription := """cerebro is an open source(MIT License) elasticsearch web admin tool built
88
using Scala, Play Framework, AngularJS and Bootstrap."""
99

10-
version := "0.9.2"
10+
version := "0.9.3"
1111

1212
scalaVersion := "2.12.11"
1313

0 commit comments

Comments
 (0)