From f73e745553d2c73d77d3d42fee128cedec58701b Mon Sep 17 00:00:00 2001 From: moliware Date: Fri, 5 Apr 2019 10:36:52 +0200 Subject: [PATCH] Version bump 0.8.3 --- CHANGES.md | 15 +++++++++++++++ build.sbt | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 799f236c..adb5fddb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -253,3 +253,18 @@ First cerebro release. #### Enhancements - Move docker file to its [own repo](https://github.com/lmenezes/cerebro-docker) #306 - Add LDAP group search #307 + +### v0.8.3 - April 5th, 2019 + +#### Enhancements + +- Sbt configuration for creating rpm and deb packages #308 +- Fix markdown headers of CHANGES.md #328 +- Fix snapshot view for snapshot that contains `:` #351 +- Update scala and main libs to the latest versions #352 +- Travis CI integration #353 +- Stop logging sensible data #354 + +#### Bug fixes + +- Show host in nodes overview #346 diff --git a/build.sbt b/build.sbt index 8a7d739f..06afe507 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.8.2" +version := "0.8.3" scalaVersion := "2.12.8" diff --git a/package-lock.json b/package-lock.json index 430d8ecc..57f5c68a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cerebro", - "version": "0.8.2", + "version": "0.8.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f39cd91b..3ecbe205 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cerebro", - "version": "0.8.2", + "version": "0.8.3", "description": "cerebro - elasticsearch admin", "main": "index.html", "scripts": {