Skip to content

Commit 5a0fd6e

Browse files
committed
Version bump 0.8.2
1 parent bc50c3e commit 5a0fd6e

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGES.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,10 @@ First cerebro release.
246246
- Simplify dockerfile #301
247247

248248
#### Bug Fixes
249-
- Remove firefox specific rules incompatible with firefox Quantum #235
249+
- Remove firefox specific rules incompatible with firefox Quantum #235
250+
251+
### v0.8.2 - April 2nd, 2019
252+
253+
#### Enhancements
254+
- Move docker file to its [own repo](https://github.com/lmenezes/cerebro-docker) #306
255+
- Add LDAP group search #307

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "cerebro"
22

33
maintainer := "Leonardo Menezes <[email protected]>"
44

5-
version := "0.8.1"
5+
version := "0.8.2"
66

77
scalaVersion := "2.11.11"
88

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.1",
3+
"version": "0.8.2",
44
"description": "cerebro - elasticsearch admin",
55
"main": "index.html",
66
"scripts": {

0 commit comments

Comments
 (0)