diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0a88dda855..2e187526d3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Community General Release Notes .. contents:: Topics +v1.3.14 +======= + +Release Summary +--------------- + +Final maintenance release of community.general major version 1. + + +Major Changes +------------- + +- The community.general 1.x.y release stream is now effectively **End of Life**. No more releases will be made, and regular CI runs will stop. + v1.3.13 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cf4b343294..ddb802c8b4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1805,6 +1805,18 @@ releases: - 1.3.13.yml - eol.yml release_date: '2022-01-31' + 1.3.14: + changes: + major_changes: + - The community.general 1.x.y release stream is now effectively **End of Life**. + No more releases will be made, and regular CI runs will stop. + release_summary: 'Final maintenance release of community.general major version + 1. + + ' + fragments: + - 1.3.14.yml + release_date: '2022-05-16' 1.3.2: changes: bugfixes: diff --git a/changelogs/fragments/1.3.14.yml b/changelogs/fragments/1.3.14.yml deleted file mode 100644 index 01f45e8bc5..0000000000 --- a/changelogs/fragments/1.3.14.yml +++ /dev/null @@ -1,4 +0,0 @@ -release_summary: > - Final maintenance release of community.general major version 1. -major_changes: - - The community.general 1.x.y release stream is now effectively **End of Life**. No more releases will be made, and regular CI runs will stop.