From fe8e48b325f082227c086d052f97ededf7c6a76b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sun, 14 Jun 2020 22:47:02 +0200 Subject: [PATCH] Version bump --- docs/about.rst | 9 +++++++++ lstail/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/about.rst b/docs/about.rst index c117775..23cb1fe 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -39,6 +39,15 @@ License ChangeLog --------- +1.1.0 (Jun 14, 2020) +++++++++++++++++++++ + + * Add interactive selection of saved searches + * Add default values in command line help output + * Properly handle saved search with phrase filters without a query value + * Fix errors when Kibana Saved Searches are missing index references + + 1.0.0 (Dec 31, 2019) ++++++++++++++++++++ diff --git a/lstail/__init__.py b/lstail/__init__.py index 86ac267..0d8315d 100644 --- a/lstail/__init__.py +++ b/lstail/__init__.py @@ -3,4 +3,4 @@ # This software may be modified and distributed under the terms # of the MIT license. See the LICENSE file for details. -__version__ = '1.0.0' +__version__ = '1.1.0'