diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a6cbab58..b0c0608c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## [4.10.0](https://github.com/algolia/algoliasearch-client-python/compare/4.9.2...4.10.0)
+
+- [068fdacb5](https://github.com/algolia/api-clients-automation/commit/068fdacb5) feat(specs): add info and link about indexing rate limits ([#4136](https://github.com/algolia/api-clients-automation/pull/4136)) by [@kai687](https://github.com/kai687/)
+- [abb820297](https://github.com/algolia/api-clients-automation/commit/abb820297) fix(python): expose `user_agent` on the config ([#4141](https://github.com/algolia/api-clients-automation/pull/4141)) by [@shortcuts](https://github.com/shortcuts/)
+- [9e0235697](https://github.com/algolia/api-clients-automation/commit/9e0235697) fix(specs): `nb_api_calls` in `getLogs` response is optional ([#4142](https://github.com/algolia/api-clients-automation/pull/4142)) by [@shortcuts](https://github.com/shortcuts/)
+- [3de84ff64](https://github.com/algolia/api-clients-automation/commit/3de84ff64) fix(python): do not share parameters for browse methods ([#4168](https://github.com/algolia/api-clients-automation/pull/4168)) by [@shortcuts](https://github.com/shortcuts/)
+- [b728c5f25](https://github.com/algolia/api-clients-automation/commit/b728c5f25) fix(specs): `consequence` is required when saving rules ([#4146](https://github.com/algolia/api-clients-automation/pull/4146)) by [@shortcuts](https://github.com/shortcuts/)
+- [afd94fac8](https://github.com/algolia/api-clients-automation/commit/afd94fac8) fix(specs): `saveRule` response type ([#4170](https://github.com/algolia/api-clients-automation/pull/4170)) by [@shortcuts](https://github.com/shortcuts/)
+- [2325c61b8](https://github.com/algolia/api-clients-automation/commit/2325c61b8) feat(clients): allow batch size on objects helper ([#4172](https://github.com/algolia/api-clients-automation/pull/4172)) by [@shortcuts](https://github.com/shortcuts/)
+- [aae74cb38](https://github.com/algolia/api-clients-automation/commit/aae74cb38) fix(specs): remove SFCC source type ([#4190](https://github.com/algolia/api-clients-automation/pull/4190)) by [@millotp](https://github.com/millotp/)
+- [254052857](https://github.com/algolia/api-clients-automation/commit/254052857) fix(specs): add sourceType to listTasks ([#4193](https://github.com/algolia/api-clients-automation/pull/4193)) by [@millotp](https://github.com/millotp/)
+- [106d64313](https://github.com/algolia/api-clients-automation/commit/106d64313) feat(generators): allow per-spec timeouts ([#4173](https://github.com/algolia/api-clients-automation/pull/4173)) by [@shortcuts](https://github.com/shortcuts/)
+
 ## [4.9.2](https://github.com/algolia/algoliasearch-client-python/compare/4.9.1...4.9.2)
 
 - [f246995a7](https://github.com/algolia/api-clients-automation/commit/f246995a7) chore(deps): dependencies 2024-11-18 ([#4109](https://github.com/algolia/api-clients-automation/pull/4109)) by [@algolia-bot](https://github.com/algolia-bot/)
diff --git a/algoliasearch/__init__.py b/algoliasearch/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/__init__.py
+++ b/algoliasearch/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/abtesting/__init__.py b/algoliasearch/abtesting/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/abtesting/__init__.py
+++ b/algoliasearch/abtesting/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/abtesting/models/__init__.py b/algoliasearch/abtesting/models/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/abtesting/models/__init__.py
+++ b/algoliasearch/abtesting/models/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/analytics/__init__.py b/algoliasearch/analytics/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/analytics/__init__.py
+++ b/algoliasearch/analytics/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/analytics/models/__init__.py b/algoliasearch/analytics/models/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/analytics/models/__init__.py
+++ b/algoliasearch/analytics/models/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/http/__init__.py b/algoliasearch/http/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/http/__init__.py
+++ b/algoliasearch/http/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/ingestion/__init__.py b/algoliasearch/ingestion/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/ingestion/__init__.py
+++ b/algoliasearch/ingestion/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/ingestion/models/__init__.py b/algoliasearch/ingestion/models/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/ingestion/models/__init__.py
+++ b/algoliasearch/ingestion/models/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/insights/__init__.py b/algoliasearch/insights/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/insights/__init__.py
+++ b/algoliasearch/insights/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/insights/models/__init__.py b/algoliasearch/insights/models/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/insights/models/__init__.py
+++ b/algoliasearch/insights/models/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/monitoring/__init__.py b/algoliasearch/monitoring/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/monitoring/__init__.py
+++ b/algoliasearch/monitoring/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/monitoring/models/__init__.py b/algoliasearch/monitoring/models/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/monitoring/models/__init__.py
+++ b/algoliasearch/monitoring/models/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/personalization/__init__.py b/algoliasearch/personalization/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/personalization/__init__.py
+++ b/algoliasearch/personalization/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/personalization/models/__init__.py b/algoliasearch/personalization/models/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/personalization/models/__init__.py
+++ b/algoliasearch/personalization/models/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/query_suggestions/__init__.py b/algoliasearch/query_suggestions/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/query_suggestions/__init__.py
+++ b/algoliasearch/query_suggestions/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/query_suggestions/models/__init__.py b/algoliasearch/query_suggestions/models/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/query_suggestions/models/__init__.py
+++ b/algoliasearch/query_suggestions/models/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/recommend/__init__.py b/algoliasearch/recommend/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/recommend/__init__.py
+++ b/algoliasearch/recommend/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/recommend/models/__init__.py b/algoliasearch/recommend/models/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/recommend/models/__init__.py
+++ b/algoliasearch/recommend/models/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/search/__init__.py b/algoliasearch/search/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/search/__init__.py
+++ b/algoliasearch/search/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/algoliasearch/search/models/__init__.py b/algoliasearch/search/models/__init__.py
index 40d92b7b0..f3a43c8bc 100644
--- a/algoliasearch/search/models/__init__.py
+++ b/algoliasearch/search/models/__init__.py
@@ -5,4 +5,4 @@
 """
 
 # The version of the algoliasearch package
-__version__ = "4.9.2"
+__version__ = "4.10.0"
diff --git a/pyproject.toml b/pyproject.toml
index 88d91579f..d0aea06db 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "algoliasearch"
-version = "4.9.2"
+version = "4.10.0"
 description = "A fully-featured and blazing-fast Python API client to interact with Algolia."
 authors = ["Algolia Team"]
 license = "MIT"