chore: release 0.12.5

Signed-off-by: Frost Ming <me@frostming.com>
GitOrigin-RevId: a96883b15f545169dd33f16160bd609d624471e3
Change-Id: I6036280031dce47f6ae6901f6c8605680bfd2387
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c178509..aaeac72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 # Change Log
 
-## [unreleased]
+## [0.12.4] - 2024-05-08
 
 ### Fixed
 
@@ -393,7 +393,8 @@
 - Fixed handling of super tables with different sections.
 - Fixed raw strings escaping.
 
-[unreleased]: https://github.com/sdispater/tomlkit/compare/0.12.4...master
+[unreleased]: https://github.com/sdispater/tomlkit/compare/0.12.5...master
+[0.12.5]: https://github.com/sdispater/tomlkit/releases/tag/0.12.5
 [0.12.4]: https://github.com/sdispater/tomlkit/releases/tag/0.12.4
 [0.12.3]: https://github.com/sdispater/tomlkit/releases/tag/0.12.3
 [0.12.2]: https://github.com/sdispater/tomlkit/releases/tag/0.12.2
diff --git a/pyproject.toml b/pyproject.toml
index 55c42a0..44d1029 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "tomlkit"
-version = "0.12.4"
+version = "0.12.5"
 description = "Style preserving TOML library"
 authors = [
     "Sébastien Eustace <sebastien@eustace.io>",
diff --git a/tomlkit/__init__.py b/tomlkit/__init__.py
index e22ade6..91c8f9d 100644
--- a/tomlkit/__init__.py
+++ b/tomlkit/__init__.py
@@ -27,7 +27,7 @@
 from tomlkit.api import ws
 
 
-__version__ = "0.12.4"
+__version__ = "0.12.5"
 __all__ = [
     "aot",
     "array",