Skip to content

Commit

Permalink
Update changelog for release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 22, 2023
1 parent 78a67e7 commit b61f28b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ middleware_automation.amq Release Notes
.. contents:: Topics


v1.3.4
======

Minor Changes
-------------

- Provide AMQP broker-connections configuration `#70 <https://github.com/ansible-middleware/amq/pull/70>`_
- Use middleware_automation.common xml plugin `#72 <https://github.com/ansible-middleware/amq/pull/72>`_

Bugfixes
--------

- Handle case when install zipfile root is not expected `#73 <https://github.com/ansible-middleware/amq/pull/73>`_

v1.3.3
======

Expand Down
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,21 @@ releases:
fragments:
- 68.yaml
release_date: '2023-05-08'
1.3.4:
changes:
bugfixes:
- 'Handle case when install zipfile root is not expected `#73 <https://github.com/ansible-middleware/amq/pull/73>`_
'
minor_changes:
- 'Provide AMQP broker-connections configuration `#70 <https://github.com/ansible-middleware/amq/pull/70>`_
'
- 'Use middleware_automation.common xml plugin `#72 <https://github.com/ansible-middleware/amq/pull/72>`_
'
fragments:
- 70.yaml
- 72.yaml
- 73.yaml
release_date: '2023-05-22'

0 comments on commit b61f28b

Please sign in to comment.