Skip to content

Commit f73e745

Browse files
committed
Version bump 0.8.3
1 parent df9f17e commit f73e745

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGES.md

+15
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,18 @@ First cerebro release.
253253
#### Enhancements
254254
- Move docker file to its [own repo](https://github.com/lmenezes/cerebro-docker) #306
255255
- Add LDAP group search #307
256+
257+
### v0.8.3 - April 5th, 2019
258+
259+
#### Enhancements
260+
261+
- Sbt configuration for creating rpm and deb packages #308
262+
- Fix markdown headers of CHANGES.md #328
263+
- Fix snapshot view for snapshot that contains `:` #351
264+
- Update scala and main libs to the latest versions #352
265+
- Travis CI integration #353
266+
- Stop logging sensible data #354
267+
268+
#### Bug fixes
269+
270+
- Show host in nodes overview #346

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

1212
scalaVersion := "2.12.8"
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.8.2",
3+
"version": "0.8.3",
44
"description": "cerebro - elasticsearch admin",
55
"main": "index.html",
66
"scripts": {

0 commit comments

Comments
 (0)