diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 67c080cd..1bfd1828 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ Brewtils Changelog 3.24.2 ------ -TBD +3/1/24 - Fixed bug where Self Referencing SystemClients did not inspect the command properly for default parameters diff --git a/brewtils/__version__.py b/brewtils/__version__.py index 833e6858..42dbaac3 100644 --- a/brewtils/__version__.py +++ b/brewtils/__version__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "3.24.1" +__version__ = "3.24.2"