From 634607bafc2645c8280e3c6097e3ca208e321842 Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-public-1[bot]" <93400552+mapbox-github-ci-writer-public-1[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:23:48 +0000 Subject: [PATCH] changelog for v2.17.11 (#7739) Co-authored-by: root --- CHANGELOG.md | 18 ++++++++++++++++++ changelog/unreleased/bugfixes/7737.md | 1 - 2 files changed, 18 insertions(+), 1 deletion(-) delete mode 100644 changelog/unreleased/bugfixes/7737.md 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