diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 417bd83d..e0c7bd9b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ Brewtils Changelog 3.27.2 ------ -TBD +9/12/24 - Expanded PublishClient to support Registering and Unregistering commands to Topics after a plugin has been initialized - Fixed bug where threading a SystemClient within a plugin lost current_request context and failed to map `requester`, diff --git a/brewtils/__version__.py b/brewtils/__version__.py index 860613e7..8d5b0cdf 100644 --- a/brewtils/__version__.py +++ b/brewtils/__version__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "3.27.1" +__version__ = "3.27.2"