summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelogs/CHANGELOG-v2.12.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.12.4_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 18 insertions, 4 deletions
diff --git a/changelogs/CHANGELOG-v2.12.rst b/changelogs/CHANGELOG-v2.12.rst
index e8c44d7db5..80ff712334 100644
--- a/changelogs/CHANGELOG-v2.12.rst
+++ b/changelogs/CHANGELOG-v2.12.rst
@@ -5,13 +5,13 @@ ansible-core 2.12 "Dazed and Confused" Release Notes
.. contents:: Topics
-v2.12.4rc1
-==========
+v2.12.4
+=======
Release Summary
---------------
-| Release Date: 2022-03-21
+| Release Date: 2022-03-28
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 6330690a89..e5db202948 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -1344,6 +1344,17 @@ releases:
- ssh_use_right_host.yml
- v2.12.3rc1_summary.yaml
release_date: '2022-02-23'
+ 2.12.4:
+ changes:
+ release_summary: '| Release Date: 2022-03-28
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: Dazed and Confused
+ fragments:
+ - v2.12.4_summary.yaml
+ release_date: '2022-03-28'
2.12.4rc1:
changes:
bugfixes:
diff --git a/changelogs/fragments/v2.12.4_summary.yaml b/changelogs/fragments/v2.12.4_summary.yaml
new file mode 100644
index 0000000000..5b915211ae
--- /dev/null
+++ b/changelogs/fragments/v2.12.4_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2022-03-28
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index ab04a9fd72..61b91c1c0d 100644
--- a/lib/ansible/release.py
+++ b/lib/ansible/release.py
@@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
-__version__ = '2.12.4rc1.post0'
+__version__ = '2.12.4'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'