diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f6b0ac2..a4056b4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ middleware\_automation.amq Release Notes .. contents:: Topics +v2.2.2 +====== + +Minor Changes +------------- + +- New parameter value to explicitly list ``cluster-connections`` `#168 `_ +- Parameters for ``activemq_addresses`` as a dictionary `#171 `_ + +Bugfixes +-------- + +- Prevent some configs to generate non-unique ``connector-ref`` in ``cluster-connections`` `#170 `_ + v2.2.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8ccc9c5..52a8814 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -516,3 +516,22 @@ releases: - 166.yaml - 167.yaml release_date: '2024-09-05' + 2.2.2: + changes: + bugfixes: + - 'Prevent some configs to generate non-unique ``connector-ref`` in ``cluster-connections`` + `#170 `_ + + ' + minor_changes: + - 'New parameter value to explicitly list ``cluster-connections`` `#168 `_ + + ' + - 'Parameters for ``activemq_addresses`` as a dictionary `#171 `_ + + ' + fragments: + - 168.yaml + - 170.yaml + - 171.yaml + release_date: '2024-09-19'