Skip to content

Commit 06a932d

Browse files
committed
version bump 0.8.5
1 parent d47b286 commit 06a932d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGES.md

+13
Original file line numberDiff line numberDiff line change
@@ -275,3 +275,16 @@ First cerebro release.
275275

276276
- Support user-attr-template for LDAP auth
277277
- Allow forwarding proxy headers to ES
278+
279+
### v0.8.5 - September 18th, 2019
280+
281+
#### Enhancements
282+
283+
- Update json-tree to 0.3.0 #405
284+
285+
#### Bug fixes
286+
287+
- Read closed indices from routing table
288+
- Use full setting name for index settings updates #382
289+
- Use openjdk8 instead of oraclejdk8 for travis testing
290+
- Update json-tree to 0.3.0 #405

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

1212
scalaVersion := "2.12.8"
1313

package.json

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

0 commit comments

Comments
 (0)