diff --git a/CHANGELOG.rst b/CHANGELOG.rst index baa359d9..cb72571d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,9 +1,9 @@ Brewtils Changelog ================== -3.27.3 +3.28.0 ------ -TBD +10/9/24 - Plugin will periodically monitor if required dependencies are running to update status accordingly - Apply MD5 Check Sum of chunked files to ensure files are loaded into memory properly diff --git a/brewtils/__version__.py b/brewtils/__version__.py index 8d5b0cdf..dcf155f3 100644 --- a/brewtils/__version__.py +++ b/brewtils/__version__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "3.27.2" +__version__ = "3.28.0"