diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9a91eb19..806240f3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ antsibull-docs -- Ansible Documentation Build Scripts Release Notes .. contents:: Topics +v1.7.3 +====== + +Release Summary +--------------- + +Bugfix release. + +Bugfixes +-------- + +- Fix rendering of the ``action_group`` attribute (https://github.com/ansible-community/antsibull-docs/pull/62). + v1.7.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 756693e6..28228575 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -266,3 +266,12 @@ releases: - 1.7.2.yml - 61-ansible-version_added.yml release_date: '2022-11-02' + 1.7.3: + changes: + bugfixes: + - Fix rendering of the ``action_group`` attribute (https://github.com/ansible-community/antsibull-docs/pull/62). + release_summary: Bugfix release. + fragments: + - 1.7.3.yml + - 62-attribute-action_group.yml + release_date: '2022-11-04' diff --git a/changelogs/fragments/1.7.3.yml b/changelogs/fragments/1.7.3.yml deleted file mode 100644 index 8ce9aa96..00000000 --- a/changelogs/fragments/1.7.3.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. diff --git a/changelogs/fragments/62-attribute-action_group.yml b/changelogs/fragments/62-attribute-action_group.yml deleted file mode 100644 index 6b9e8128..00000000 --- a/changelogs/fragments/62-attribute-action_group.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "Fix rendering of the ``action_group`` attribute (https://github.com/ansible-community/antsibull-docs/pull/62)."