diff --git a/changelog.md b/changelog.md index 2a8937786..730102761 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,20 @@ # Change Log +## v0.1.26 + +### Added +- Added support for Elasticsearch 6 +- Added support for mentions in Hipchat + +### Fixed +- Fixed an issue where a nested field lookup would crash if one of the intermediate fields was null + +## v0.1.25 + +### Fixed +- Fixed a bug causing new term rule to break unless you passed a start time +- Add a slight clarification on the localhost:9200 reported in es_debug_trace + ## v0.1.24 ### Fixed diff --git a/setup.py b/setup.py index 5735309fc..69f0b2787 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ base_dir = os.path.dirname(__file__) setup( name='elastalert', - version='0.1.25', + version='0.1.26', description='Runs custom filters on Elasticsearch and alerts on matches', author='Quentin Long', author_email='qlo@yelp.com',