diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b174919881..9fa9bdc370 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,19 @@ Community General Release Notes This changelog describes changes after version 3.0.0. +v4.8.11 +======= + +Release Summary +--------------- + +Final maintenance release of community.general major version 4. + +Major Changes +------------- + +- The community.general 4.x.y release stream is now effectively **End of Life**. No more releases will be made, and regular CI runs will stop. + v4.8.10 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e5e93e3e2a..a86577e7ab 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1834,6 +1834,16 @@ releases: - 5761-callback-types.yml - 5933-linting.yml release_date: '2023-03-26' + 4.8.11: + changes: + major_changes: + - The community.general 4.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 + 4. + fragments: + - eol.yml + release_date: '2023-05-08' 4.8.2: changes: bugfixes: diff --git a/changelogs/fragments/eol.yml b/changelogs/fragments/eol.yml deleted file mode 100644 index c54158c5f5..0000000000 --- a/changelogs/fragments/eol.yml +++ /dev/null @@ -1,4 +0,0 @@ -release_summary: Final maintenance release of community.general major version 4. -major_changes: - - The community.general 4.x.y release stream is now effectively **End of Life**. - No more releases will be made, and regular CI runs will stop.