Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed May 29, 2018
1 parent 335a420 commit 159961e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Change Log

## unreleased
## 0.9.1 - 2018-05-29
- Better Elastic Search version support, including Elastic Search 6.
- Fix rule highlight (including making reference URLs links).
- Various event view cleanups.
- [Agent] The agent will now add the rule to the alert object, the same location
as Suricata.
- [Elastic Search] If no keyword found, use "raw" for those remaining Elastic
Search 2 templates out there.

[Full Changelog](https://github.com/jasonish/evebox/compare/0.9.0...0.9.1)

## 0.9.0 - 2018-02-07

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - GNU Make

# Version info.
VERSION_SUFFIX := dev
#VERSION_SUFFIX := dev
VERSION := 0.9.1
BUILD_REV := $(shell git rev-parse --short HEAD)
BUILD_DATE ?= $(shell git log --pretty=format:%ct -1)
Expand Down

0 comments on commit 159961e

Please sign in to comment.