diff --git a/changelogs/CHANGELOG-v2.18.rst b/changelogs/CHANGELOG-v2.18.rst index 3d21b607b32..2e57d533334 100644 --- a/changelogs/CHANGELOG-v2.18.rst +++ b/changelogs/CHANGELOG-v2.18.rst @@ -4,13 +4,13 @@ ansible-core 2.18 "Fool in the Rain" Release Notes .. contents:: Topics -v2.18.5rc1 -========== +v2.18.5 +======= Release Summary --------------- -| Release Date: 2025-04-14 +| Release Date: 2025-04-21 | `Porting Guide `__ Bugfixes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index da352608d8a..0779b84216b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -780,6 +780,17 @@ releases: - respawn-min-python.yml - win-wdac-audit.yml release_date: '2025-03-17' + 2.18.5: + changes: + release_summary: '| Release Date: 2025-04-21 + + | `Porting Guide `__ + + ' + codename: Fool in the Rain + fragments: + - 2.18.5_summary.yaml + release_date: '2025-04-21' 2.18.5rc1: changes: bugfixes: diff --git a/changelogs/fragments/2.18.5_summary.yaml b/changelogs/fragments/2.18.5_summary.yaml new file mode 100644 index 00000000000..bdd0b4c3498 --- /dev/null +++ b/changelogs/fragments/2.18.5_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2025-04-21 + | `Porting Guide `__ diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 3a427227ca3..4d058cf929c 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.18.5rc1.post0' +__version__ = '2.18.5' __author__ = 'Ansible, Inc.' __codename__ = "Fool in the Rain"