diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 442e0b6f7..2f5700d89 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,8 +3,8 @@ Version history / changelog
 
 From version 2.0.0, turbodbc adapts semantic versioning.
 
-Version 5.1.1
--------------
+Version 5.1.1, 5.1.2
+--------------------
 
 * Support ``pyarrow=19``
 
diff --git a/pyproject.toml b/pyproject.toml
index eade42cee..7f60e6140 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ build-backend = "mesonpy"
 
 [project]
 name = "turbodbc"
-version = "5.1.0"
+version = "5.1.2"
 description = "turbodbc is a Python DB API 2.0 compatible ODBC driver"
 readme = "README.md"
 requires-python = ">=3.10"