diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ed2f3277..261d77d5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ Brewtils Changelog 3.26.4 ------ -TBD +7/12/24 - Fixed bug where parameter type mapping did not match type hinting - Exposed a read only feature to provide the current request that is being processed `from brewtils import get_current_request_read_only` diff --git a/brewtils/__version__.py b/brewtils/__version__.py index 3e4329cf..c5d46780 100644 --- a/brewtils/__version__.py +++ b/brewtils/__version__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "3.26.3" +__version__ = "3.26.4"