From 7a3815d8f5fb0097cd84cc644716da77205615c4 Mon Sep 17 00:00:00 2001 From: Leonardo Menezes Date: Thu, 18 Jun 2020 01:48:06 +0200 Subject: [PATCH] version bump 0.9.2 --- CHANGES.md | 7 ++++++- build.sbt | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 20b47625..517ed94a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -312,4 +312,9 @@ First cerebro release. ### v0.9.1 - May 20th, 2020 #### Enhancements -- Display node attributes on overview / nodes view \ No newline at end of file +- Display node attributes on overview / nodes view + +### v0.9.2 - June 18th, 2020 + +#### Bug fixes +- Handle node info for nodes without defined attributes Closes #448 \ No newline at end of file diff --git a/build.sbt b/build.sbt index fbb796ab..5d1959ab 100644 --- a/build.sbt +++ b/build.sbt @@ -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.1" +version := "0.9.2" scalaVersion := "2.12.11" diff --git a/package-lock.json b/package-lock.json index c8589122..7483713d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cerebro", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 131746a2..bd2f0595 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cerebro", - "version": "0.9.1", + "version": "0.9.2", "description": "cerebro - elasticsearch admin", "main": "index.html", "scripts": {