Bump astroid to 3.2.0, update changelog
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 676a110..8ec45ca 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -204,3 +204,5 @@
 - carl
 - alain lefroy
 - Mark Gius
+- Jérome Perrin <perrinjerome@gmail.com>
+- Jamie Scott <jamie@jami.org.uk>
diff --git a/ChangeLog b/ChangeLog
index 62c13b4..6212a95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,10 +3,22 @@
 ===================
 
 
-What's New in astroid 3.2.0?
+What's New in astroid 3.3.0?
 ============================
 Release date: TBA
 
+
+
+What's New in astroid 3.2.1?
+============================
+Release date: TBA
+
+
+
+What's New in astroid 3.2.0?
+============================
+Release date: 2024-05-07
+
 * ``.pyi`` stub files are now preferred over ``.py`` files when resolving imports, (except for numpy).
 
   Closes pylint-dev/#9185
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index e0ce546..fc290f3 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.0-dev0"
+__version__ = "3.2.0"
 version = __version__
diff --git a/tbump.toml b/tbump.toml
index 7480a6c..47f7d98 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
 github_url = "https://github.com/pylint-dev/astroid"
 
 [version]
-current = "3.2.0-dev0"
+current = "3.2.0"
 regex = '''
 ^(?P<major>0|[1-9]\d*)
 \.