diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aafad84..1f258983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Makefile b/Makefile index 097eabac..1e460172 100644 --- a/Makefile +++ b/Makefile @@ -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)