From d0cdb3b468b7fe7f67382d34021590ba582cc536 Mon Sep 17 00:00:00 2001 From: moliware Date: Wed, 20 Jun 2018 13:11:28 +0200 Subject: [PATCH] Version bump 0.8.1 --- CHANGES.md | 10 ++++++++++ build.sbt | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d998d5d9..17cca885 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -237,3 +237,13 @@ First cerebro release. - cluster status text added to navbar and tab title - available cluster/index settings now read from ES - added dockerfile and published to dockerhub + +### v0.8.1 - June 20th, 2018 + +#### Enhancements +- Fix markdown headers of CHANGES.md #240 +- Add username formatting option to support OpenLDAP and others #246 +- Simplify dockerfile #301 + +#### Bug Fixes +- Remove firefox specific rules incompatible with firefox Quantum #235 \ No newline at end of file diff --git a/build.sbt b/build.sbt index 20f3b9bd..59edd1c3 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "cerebro" maintainer := "Leonardo Menezes " -version := "0.8.0" +version := "0.8.1" scalaVersion := "2.11.11" diff --git a/package-lock.json b/package-lock.json index 4905425e..5b241414 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cerebro", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 198df029..5c9e6036 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cerebro", - "version": "0.8.0", + "version": "0.8.1", "description": "cerebro - elasticsearch admin", "main": "index.html", "scripts": {