From 7d369e41fb00127ac278a911dd8025906be46738 Mon Sep 17 00:00:00 2001 From: Quentin Long Date: Thu, 16 Apr 2020 15:40:53 -0700 Subject: [PATCH] Version 0.2.4 --- changelog.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 6e3b56f6b..975d6855f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Change Log +# v0.2.4 + +### Added +- Added back customFields support for The Hive + # v0.2.3 ### Added diff --git a/setup.py b/setup.py index 9aed0ac85..30ef9495f 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ base_dir = os.path.dirname(__file__) setup( name='elastalert', - version='0.2.3', + version='0.2.4', description='Runs custom filters on Elasticsearch and alerts on matches', author='Quentin Long', author_email='qlo@yelp.com',