diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ad7f6461c..190b1e7a375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,24 @@ Mapbox welcomes participation and contributions from everyone. #### Features #### Bug fixes and improvements +## Mapbox Navigation SDK 2.17.11 - 02 February, 2024 +### Changelog +[Changes between v2.17.10 and v2.17.11](https://github.com/mapbox/mapbox-navigation-android/compare/v2.17.10...v2.17.11) + +#### Features + + +#### Bug fixes and improvements +- Fix of ADAS cache eviction mechanism bug led to missing ADAS data. [#7737](https://github.com/mapbox/mapbox-navigation-android/pull/7737) + +### Mapbox dependencies +This release depends on, and has been tested with, the following Mapbox dependencies: +- Mapbox Maps SDK `v10.16.4` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.16.4)) +- Mapbox Navigation Native `v162.0.3` +- Mapbox Core Common `v23.8.6` +- Mapbox Java `v6.15.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.15.0)) + + ## Mapbox Navigation SDK 2.17.10 - 19 January, 2024 ### Changelog [Changes between v2.17.9 and v2.17.10](https://github.com/mapbox/mapbox-navigation-android/compare/v2.17.9...v2.17.10) diff --git a/changelog/unreleased/bugfixes/7737.md b/changelog/unreleased/bugfixes/7737.md deleted file mode 100644 index 201e31d5b9f..00000000000 --- a/changelog/unreleased/bugfixes/7737.md +++ /dev/null @@ -1 +0,0 @@ -- Fix of ADAS cache eviction mechanism bug led to missing ADAS data. \ No newline at end of file