diff --git a/releases/deprecated-features.md b/releases/deprecated-features.md
index fcc1b69c..7bcf49bf 100644
--- a/releases/deprecated-features.md
+++ b/releases/deprecated-features.md
@@ -18,7 +18,7 @@ The following features are deprecated. You can still use them now, but the DHIS2
|The Data Entry app is deprecated, and replaced by the Aggregate Data Entry app|Dec 2022|2.41.0|
|The `/api/eventCharts` and `/api/eventReports` API endpoints are deprecated. Use the consolidated `/api/eventVisualizations` API instead.|April 2022|2.41.0|
|Request parameters for `/api/organisationUnits/{uid}` resulting in a list are deprecated. Use path based substitues as follows:
- `/api/organisationUnits/{uid}?includeChildren=true` => `/api/organisationUnits/{uid}/children`
- `/api/organisationUnits/{uid}?includeDescendants=true` => `/api/organisationUnits/{uid}/descendants`
- `/api/organisationUnits/{uid}?includeAncestors=true` => `/api/organisationUnits/{uid}/ancestors`
- `/api/organisationUnits/{uid}?level={n}` => `/api/organisationUnits/{uid}/children?level={n}`
| April 2023 | 2.41.0 |
-|The `/api/system/ping` is replaced by `/api/ping`. Unlike the former endpoint, the new endpoint does not require the user to be authenticated, nor will it extend the users session.|Sep 2023|2.42|
+|The `/api/system/ping` is replaced by `/api/ping`. Unlike the former endpoint, the new endpoint does not require the user to be authenticated, nor will it extend the users session.|Sep 2023|2.42.0|
## Removed features