diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4f990a4d..23523d2c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,9 +1,22 @@ -======================================= -middleware_automation.amq Release Notes -======================================= +======================================== +middleware\_automation.amq Release Notes +======================================== .. contents:: Topics +v2.0.1 +====== + +Minor Changes +------------- + +- Parameter ``activemq_logger_config_template`` allows relative paths `#116 `_ +- Update activemq default to 2.32 / amq_broker to 7.11.6 `#118 `_ + +Bugfixes +-------- + +- ``activemq_config_override_template`` allows to use custom broker.xml templates `#117 `_ v2.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d41e8d64..3064fc6a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -344,3 +344,23 @@ releases: name: lists_mergeby namespace: null release_date: '2023-11-29' + 2.0.1: + changes: + bugfixes: + - '``activemq_config_override_template`` allows to use custom broker.xml templates + `#117 `_ + + ' + minor_changes: + - 'Parameter ``activemq_logger_config_template`` allows relative paths `#116 + `_ + + ' + - 'Update activemq default to 2.32 / amq_broker to 7.11.6 `#118 `_ + + ' + fragments: + - 116.yaml + - 117.yaml + - 118.yaml + release_date: '2024-04-29'