Skip to content

Commit 7a3815d

Browse files
committed
version bump 0.9.2
1 parent 815399b commit 7a3815d

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGES.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,9 @@ First cerebro release.
312312
### v0.9.1 - May 20th, 2020
313313

314314
#### Enhancements
315-
- Display node attributes on overview / nodes view
315+
- Display node attributes on overview / nodes view
316+
317+
### v0.9.2 - June 18th, 2020
318+
319+
#### Bug fixes
320+
- Handle node info for nodes without defined attributes Closes #448

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

1212
scalaVersion := "2.12.11"
1313

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cerebro",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "cerebro - elasticsearch admin",
55
"main": "index.html",
66
"scripts": {

0 commit comments

Comments
 (0)