diff --git a/cl/api/templates/rest-change-log.html b/cl/api/templates/rest-change-log.html
index 7d735a675f..f2c2e623a7 100644
--- a/cl/api/templates/rest-change-log.html
+++ b/cl/api/templates/rest-change-log.html
@@ -30,6 +30,31 @@
REST API Change Log
+ -
+
v4.1— This release introduces a number of enhancements aimed at improving the efficiency and flexibility of your data retrieval.
+
+ - Enhanced Paginated Endpoints: Introduced the count=on query parameter to efficiently retrieve total item counts without fetching actual data
+ (Issue #4506, PR #4715).
+
+ - Search Results: Improved search results across all search types by incorporating score values to the payload
+ (Issue #4312, PR #4712).
+
+ - Flexible Docket Entry Sorting: The
order_by
query parameter has been added to the Docket Entry endpoint, enabling you to sort results based on various fields.
+ (Issue #4061, PR #4700).
+
+ - Deeper Filtering for Parties and Attorneys: The parties and attorneys API endpoint has been upgraded with the filter_nested_results=True query parameter. This enables granular filtering of nested data, providing more control over the retrieved information.
+ (Issue #4054, PR #4729).
+
+ - Enhanced Court Filtering: The
parent_court
query parameter has been added to the Court endpoint, allowing you to filter results based on parent-child relationships between courts.
+ (Issue #4711, PR #4744).
+
+
+
-
v4.0 — Migrate search to ElasticSearch and enable cursor-based pagination. See the Migration Guide for details.
diff --git a/cl/api/templates/rest-docs-vlatest.html b/cl/api/templates/rest-docs-vlatest.html
index 91e7205bcd..4d6f367ae3 100644
--- a/cl/api/templates/rest-docs-vlatest.html
+++ b/cl/api/templates/rest-docs-vlatest.html
@@ -24,7 +24,7 @@
{% include "includes/toc_sidebar.html" %}
-
REST API – v4.0
+
REST API – v4.1
APIs for developers and researchers that need granular legal data.