diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 297a0407..30da8a9e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,14 @@ -Will be updated by antsibull-changelog. Do not edit this manually! +==================================================== +CHANGE THIS IN changelogs/config.yaml! Release Notes +==================================================== -See https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelogs.rst for information on how to use antsibull-changelog. +.. contents:: Topics -Check out ``changelogs/config.yaml`` for its configuration. You need to change at least the ``title`` field in there. + +v1.0.1 +====== + +Release Summary +--------------- + +Re-release 1.0.0 with updated README and generated CHNAGELOG, initial release of the collection diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 52e7f388..4e74a3b2 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,2 +1,9 @@ ---- -releases: {} +ancestor: null +releases: + 1.0.1: + changes: + release_summary: Re-release 1.0.0 with updated README and generated CHNAGELOG, + initial release of the collection + fragments: + - 1_0_1_release.yml + release_date: '2022-11-11' diff --git a/galaxy.yml b/galaxy.yml index 390363ae..2e38bca7 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -19,7 +19,7 @@ tags: dependencies: amazon.aws: '>=5.1.0' community.aws: '>=5.0.0' -version: 1.0.0 +version: 1.0.1 build_ignore: - .DS_Store - '*.tar.gz'