diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 60c22caf..66fc4c57 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,23 @@ Community Crypto Release Notes .. contents:: Topics +v2.3.4 +====== + +Release Summary +--------------- + +Re-release of what was intended to be 2.3.3. + +A mistake during the release process caused the 2.3.3 tag to end up on the +commit for 1.9.17, which caused the release pipeline to re-publish 1.9.17 +as 2.3.3. + +This release is identical to what should have been 2.3.3, except that the +version number has been bumped to 2.3.4 and this changelog entry for 2.3.4 +has been added. + + v2.3.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 34c55c28..6e742c1c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -902,3 +902,25 @@ releases: - 481-fix-excluded_subtrees-must-be-a-non-empty-list-or-None.yml - apache-license.yml release_date: '2022-06-17' + 2.3.4: + changes: + release_summary: 'Re-release of what was intended to be 2.3.3. + + + A mistake during the release process caused the 2.3.3 tag to end up on the + + commit for 1.9.17, which caused the release pipeline to re-publish 1.9.17 + + as 2.3.3. + + + This release is identical to what should have been 2.3.3, except that the + + version number has been bumped to 2.3.4 and this changelog entry for 2.3.4 + + has been added. + + ' + fragments: + - 2.3.4.yml + release_date: '2022-06-21' diff --git a/galaxy.yml b/galaxy.yml index a220f4a7..9b82313c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: crypto -version: 2.4.0 +version: 2.3.4 readme: README.md authors: - Ansible (github.com/ansible)