Skip to content

Commit

Permalink
Update changelog for release 2.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: ansible-middleware-core <[email protected]>
  • Loading branch information
ansible-middleware-core committed Sep 19, 2024
1 parent fdbba8c commit 99d65f0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/ansible-middleware/amq/pull/168>`_
- Parameters for ``activemq_addresses`` as a dictionary `#171 <https://github.com/ansible-middleware/amq/pull/171>`_

Bugfixes
--------

- Prevent some configs to generate non-unique ``connector-ref`` in ``cluster-connections`` `#170 <https://github.com/ansible-middleware/amq/pull/170>`_

v2.2.1
======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/ansible-middleware/amq/pull/170>`_
'
minor_changes:
- 'New parameter value to explicitly list ``cluster-connections`` `#168 <https://github.com/ansible-middleware/amq/pull/168>`_
'
- 'Parameters for ``activemq_addresses`` as a dictionary `#171 <https://github.com/ansible-middleware/amq/pull/171>`_
'
fragments:
- 168.yaml
- 170.yaml
- 171.yaml
release_date: '2024-09-19'

0 comments on commit 99d65f0

Please sign in to comment.