Bump astroid to 3.2.2, update changelog (#2445)

diff --git a/ChangeLog b/ChangeLog
index 0c0a90c..66dd914 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,14 +9,19 @@
 
 
 
-What's New in astroid 3.2.2?
+What's New in astroid 3.2.3?
 ============================
 Release date: TBA
 
 
+
+What's New in astroid 3.2.2?
+============================
+Release date: 2024-05-20
+
 * Improve inference for generic classes using the PEP 695 syntax (Python 3.12).
 
-  Closes pylint-dev/#9406
+  Closes pylint-dev/pylint#9406
 
 
 What's New in astroid 3.2.1?
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 00303ed..ecdef3b 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -2,5 +2,5 @@
 # For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
 # Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
 
-__version__ = "3.2.1"
+__version__ = "3.2.2"
 version = __version__
diff --git a/tbump.toml b/tbump.toml
index c17a235..7d413f1 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
 github_url = "https://github.com/pylint-dev/astroid"
 
 [version]
-current = "3.2.1"
+current = "3.2.2"
 regex = '''
 ^(?P<major>0|[1-9]\d*)
 \.