diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 050f6566d9..494adb685e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,20 @@ Community General Release Notes This changelog describes changes after version 2.0.0. +v3.8.8 +====== + +Release Summary +--------------- + +Maintenance and bugfix release. + +Bugfixes +-------- + +- Include ``simplified_bsd.txt`` license file for various module utils, the ``lxca_common`` docs fragment, and the ``utm_utils`` unit tests. +- consul - fixed bug introduced in PR 4590 (https://github.com/ansible-collections/community.general/issues/4680). + v3.8.7 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 43968b79c8..879813372d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -2177,3 +2177,15 @@ releases: - 4647-gconftool2-command-arg.yaml - psf-license.yml release_date: '2022-05-16' + 3.8.8: + changes: + bugfixes: + - Include ``simplified_bsd.txt`` license file for various module utils, the + ``lxca_common`` docs fragment, and the ``utm_utils`` unit tests. + - consul - fixed bug introduced in PR 4590 (https://github.com/ansible-collections/community.general/issues/4680). + release_summary: Maintenance and bugfix release. + fragments: + - 3.8.8.yml + - 4712-consul-bugfix.yaml + - simplified-bsd-license.yml + release_date: '2022-06-06' diff --git a/changelogs/fragments/3.8.8.yml b/changelogs/fragments/3.8.8.yml deleted file mode 100644 index 441c581c83..0000000000 --- a/changelogs/fragments/3.8.8.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Maintenance and bugfix release. diff --git a/changelogs/fragments/4712-consul-bugfix.yaml b/changelogs/fragments/4712-consul-bugfix.yaml deleted file mode 100644 index bc63999b11..0000000000 --- a/changelogs/fragments/4712-consul-bugfix.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - consul - fixed bug introduced in PR 4590 (https://github.com/ansible-collections/community.general/issues/4680). diff --git a/changelogs/fragments/simplified-bsd-license.yml b/changelogs/fragments/simplified-bsd-license.yml deleted file mode 100644 index 86fe37f4ff..0000000000 --- a/changelogs/fragments/simplified-bsd-license.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - Include ``simplified_bsd.txt`` license file for various module utils, the ``lxca_common`` docs fragment, and the ``utm_utils`` unit tests.