diff --git a/CHANGES.txt b/CHANGES.txt index 9b876641..f26b94ed 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,9 @@ Changes for crash Unreleased ========== +2018/10/04 0.24.2 +================= + - Fixed an issue that caused a crash when connecting to a CrateDB enterprise edition with a user that don't have ``DQL`` privileges on ``sys.cluster``. diff --git a/src/crate/crash/__init__.py b/src/crate/crash/__init__.py index f3471188..fb0345b0 100644 --- a/src/crate/crash/__init__.py +++ b/src/crate/crash/__init__.py @@ -19,4 +19,4 @@ # with Crate these terms will supersede the license and you may use the # software solely pursuant to the terms of the relevant commercial agreement. -__version__ = '0.24.1' +__version__ = '0.24.2'