Skip to content

Commit

Permalink
Version bump 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
moliware committed Apr 5, 2019
1 parent df9f17e commit f73e745
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cerebro",
"version": "0.8.2",
"version": "0.8.3",
"description": "cerebro - elasticsearch admin",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit f73e745

Please sign in to comment.