Skip to content

Commit

Permalink
Update changelog for release 2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
  • Loading branch information
ansible-middleware-core committed Apr 29, 2024
1 parent af2a07a commit 8181265
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/ansible-middleware/amq/pull/116>`_
- Update activemq default to 2.32 / amq_broker to 7.11.6 `#118 <https://github.com/ansible-middleware/amq/pull/118>`_

Bugfixes
--------

- ``activemq_config_override_template`` allows to use custom broker.xml templates `#117 <https://github.com/ansible-middleware/amq/pull/117>`_

v2.0.0
======
Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/ansible-middleware/amq/pull/117>`_
'
minor_changes:
- 'Parameter ``activemq_logger_config_template`` allows relative paths `#116
<https://github.com/ansible-middleware/amq/pull/116>`_
'
- 'Update activemq default to 2.32 / amq_broker to 7.11.6 `#118 <https://github.com/ansible-middleware/amq/pull/118>`_
'
fragments:
- 116.yaml
- 117.yaml
- 118.yaml
release_date: '2024-04-29'

0 comments on commit 8181265

Please sign in to comment.