Skip to content

Commit

Permalink
Version bump 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moliware committed Apr 2, 2019
1 parent bc50c3e commit 5a0fd6e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,10 @@ First cerebro release.
- Simplify dockerfile #301

#### Bug Fixes
- Remove firefox specific rules incompatible with firefox Quantum #235
- Remove firefox specific rules incompatible with firefox Quantum #235

### v0.8.2 - April 2nd, 2019

#### Enhancements
- Move docker file to its [own repo](https://github.com/lmenezes/cerebro-docker) #306
- Add LDAP group search #307
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "cerebro"

maintainer := "Leonardo Menezes <leonardo.menezes@xing.com>"

version := "0.8.1"
version := "0.8.2"

scalaVersion := "2.11.11"

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.1",
"version": "0.8.2",
"description": "cerebro - elasticsearch admin",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit 5a0fd6e

Please sign in to comment.