Skip to content

Commit 91ea34c

Browse files
committed
version bump 0.8.4
1 parent f2ed031 commit 91ea34c

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,11 @@ First cerebro release.
267267

268268
#### Bug fixes
269269

270-
- Show host in nodes overview #346
270+
- Show host in nodes overview #346
271+
272+
### v0.8.4 - July 23rd, 2019
273+
274+
#### Enhancements
275+
276+
- Support user-attr-template for LDAP auth
277+
- Allow forwarding proxy headers to ES

build.sbt

Lines changed: 1 addition & 1 deletion
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.3"
10+
version := "0.8.4"
1111

1212
scalaVersion := "2.12.8"
1313

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cerebro",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "cerebro - elasticsearch admin",
55
"main": "index.html",
66
"scripts": {

0 commit comments

Comments
 (0)