Skip to content

Commit 77507df

Browse files
committed
version bump 0.9.1
1 parent 1af8da1 commit 77507df

File tree

4 files changed

+750
-705
lines changed

4 files changed

+750
-705
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,8 @@ First cerebro release.
308308

309309
- Tolerate missing settings for repositories (2bed3327b056295b215e6a809dcbf50e8b0e7926). Closes #409
310310
- Handle post typeless indices mappings on analysis (9dbece339a014971307506977ec71045e977d576). Closes #412
311+
312+
### v0.9.1 - May 20th, 2020
313+
314+
#### Enhancements
315+
- Display node attributes on overview / nodes view

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.0"
10+
version := "0.9.1"
1111

1212
scalaVersion := "2.12.11"
1313

0 commit comments

Comments
 (0)