diff --git a/changelogs/CHANGELOG-v2.19.rst b/changelogs/CHANGELOG-v2.19.rst index 9c9d0b0577d..2f83c3cc734 100644 --- a/changelogs/CHANGELOG-v2.19.rst +++ b/changelogs/CHANGELOG-v2.19.rst @@ -4,13 +4,13 @@ ansible-core 2.19 "What Is and What Should Never Be" Release Notes .. contents:: Topics -v2.19.1rc1 -========== +v2.19.1 +======= Release Summary --------------- -| Release Date: 2025-08-18 +| Release Date: 2025-08-25 | `Porting Guide `__ Minor Changes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 718e60b0d87..81360aa11bb 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1198,6 +1198,17 @@ releases: - 2.19.0rc2_summary.yaml - 219_catchall.yml release_date: '2025-07-08' + 2.19.1: + changes: + release_summary: '| Release Date: 2025-08-25 + + | `Porting Guide `__ + + ' + codename: What Is and What Should Never Be + fragments: + - 2.19.1_summary.yaml + release_date: '2025-08-25' 2.19.1rc1: changes: bugfixes: diff --git a/changelogs/fragments/2.19.1_summary.yaml b/changelogs/fragments/2.19.1_summary.yaml new file mode 100644 index 00000000000..9a738d62670 --- /dev/null +++ b/changelogs/fragments/2.19.1_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2025-08-25 + | `Porting Guide `__ diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 0a187a2b3f6..95d733e9e26 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.19.1rc1.post0' +__version__ = '2.19.1' __author__ = 'Ansible, Inc.' __codename__ = "What Is and What Should Never Be"