diff --git a/changelogs/CHANGELOG-v2.19.rst b/changelogs/CHANGELOG-v2.19.rst index 6e23ed17515..b91b4a3c3ca 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.5rc1 -========== +v2.19.5 +======= Release Summary --------------- -| Release Date: 2025-12-02 +| Release Date: 2025-12-09 | `Porting Guide `__ Bugfixes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c59953ae6a8..b5584868b58 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1408,6 +1408,17 @@ releases: - option_deprecation_help.yml - package_facts.yml release_date: '2025-10-29' + 2.19.5: + changes: + release_summary: '| Release Date: 2025-12-09 + + | `Porting Guide `__ + + ' + codename: What Is and What Should Never Be + fragments: + - 2.19.5_summary.yaml + release_date: '2025-12-09' 2.19.5rc1: changes: bugfixes: diff --git a/changelogs/fragments/2.19.5_summary.yaml b/changelogs/fragments/2.19.5_summary.yaml new file mode 100644 index 00000000000..831e2bbaa3f --- /dev/null +++ b/changelogs/fragments/2.19.5_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2025-12-09 + | `Porting Guide `__ diff --git a/lib/ansible/release.py b/lib/ansible/release.py index beb37d87963..76261b43431 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.19.5rc1.post0' +__version__ = '2.19.5' __author__ = 'Ansible, Inc.' __codename__ = "What Is and What Should Never Be"