diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20292202..301e69c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
 # CHANGELOG
 
+## v2.5.3 (2024-07-16)
+
+### Fix
+
+* fix: missing await in async create_client (#859) ([`07c75ee`](https://github.com/supabase-community/supabase-py/commit/07c75eef93f61e4e815781f6b9cdbd197be1f64b))
+
 ## v2.5.2 (2024-07-16)
 
 ### Chore
 
+* chore(release): bump version to v2.5.2 ([`e437159`](https://github.com/supabase-community/supabase-py/commit/e43715910f0188cbc8265692514139d462153b92))
+
 * chore(deps): bump postgrest from 0.16.8 to 0.16.9 (#858) ([`aab9c3e`](https://github.com/supabase-community/supabase-py/commit/aab9c3eaaaf549a6c58051bef0e0253889b7ddd3))
 
 * chore(deps): bump storage3 from 0.7.6 to 0.7.7 (#857) ([`1c57f11`](https://github.com/supabase-community/supabase-py/commit/1c57f113345ca9c59f1ef7017e4578a9c6d3b666))
diff --git a/pyproject.toml b/pyproject.toml
index ce069764..fd085b6a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "supabase"
-version = "2.5.2"
+version = "2.5.3"
 description = "Supabase client for Python."
 authors = ["Joel Lee <joel@joellee.org>", "Leon Fedden <leonfedden@gmail.com>", "Daniel Reinón García <danielreinon@outlook.com>", "Leynier Gutiérrez González <leynier41@gmail.com>", "Anand", "Andrew Smith <a.smith@silentworks.co.uk>"]
 homepage = "https://github.com/supabase-community/supabase-py"
diff --git a/supabase/__version__.py b/supabase/__version__.py
index 667b52f9..43b48b6f 100644
--- a/supabase/__version__.py
+++ b/supabase/__version__.py
@@ -1 +1 @@
-__version__ = "2.5.2"
+__version__ = "2.5.3"