From 51d9f0964055cfa929c76dad70235dcfe70b4dcc 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, 8 Dec 2023 11:42:30 +0000 Subject: [PATCH] changelog for v2.17.7 (#7655) Co-authored-by: root --- CHANGELOG.md | 19 +++++++++++++++++++ changelog/unreleased/bugfixes/7650.md | 2 -- 2 files changed, 19 insertions(+), 2 deletions(-) delete mode 100644 changelog/unreleased/bugfixes/7650.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e85d79032d6..4e22072d679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,25 @@ Mapbox welcomes participation and contributions from everyone. #### Features #### Bug fixes and improvements +## Mapbox Navigation SDK 2.17.7 - 08 December, 2023 +### Changelog +[Changes between v2.17.6 and v2.17.7](https://github.com/mapbox/mapbox-navigation-android/compare/v2.17.6...v2.17.7) + +#### Features + + +#### Bug fixes and improvements +- Fixed an issue where route might have hung on reroute after a deviation had occurred. [#7650](https://github.com/mapbox/mapbox-navigation-android/pull/7650) +- Fixed an issue where a user might have received constant off-route events and no route progress. [#7650](https://github.com/mapbox/mapbox-navigation-android/pull/7650) + +### Mapbox dependencies +This release depends on, and has been tested with, the following Mapbox dependencies: +- Mapbox Maps SDK `v10.16.2` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.16.2)) +- Mapbox Navigation Native `v161.1.3` +- Mapbox Core Common `v23.8.4` +- Mapbox Java `v6.15.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.15.0)) + + ## Mapbox Navigation SDK 2.17.6 - 28 November, 2023 ### Changelog [Changes between v2.17.5 and v2.17.6](https://github.com/mapbox/mapbox-navigation-android/compare/v2.17.5...v2.17.6) diff --git a/changelog/unreleased/bugfixes/7650.md b/changelog/unreleased/bugfixes/7650.md deleted file mode 100644 index f964e8fc16e..00000000000 --- a/changelog/unreleased/bugfixes/7650.md +++ /dev/null @@ -1,2 +0,0 @@ -- Fixed an issue where route might have hung on reroute after a deviation had occurred. -- Fixed an issue where a user might have received constant off-route events and no route progress. \ No newline at end of file