From cf90a40e84bb3fe07dcdaf9e139e341cc2f29d1f Mon Sep 17 00:00:00 2001 From: 1maple1 <160027655+1maple1@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:59:53 +0000 Subject: [PATCH] 3.27.2 --- CHANGELOG.rst | 2 +- brewtils/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"