From ddd2a78eaf87f33e5c4dd661258a2654739758fa 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: Wed, 13 Sep 2023 12:28:23 +0000 Subject: [PATCH] changelog for v2.15.2 (#7506) Co-authored-by: root --- CHANGELOG.md | 18 ++++++++++++++++++ changelog/unreleased/bugfixes/7504.md | 1 - 2 files changed, 18 insertions(+), 1 deletion(-) delete mode 100644 changelog/unreleased/bugfixes/7504.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4feb4213b88..474c9953444 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.15.2 - 13 September, 2023 +### Changelog +[Changes between v2.15.1 and v2.15.2](https://github.com/mapbox/mapbox-navigation-android/compare/v2.15.1...v2.15.2) + +#### Features + + +#### Bug fixes and improvements +- Report Off-Route if LocationOnLeg legIndex is greater than current route leg. [#7504](https://github.com/mapbox/mapbox-navigation-android/pull/7504) + +### Mapbox dependencies +This release depends on, and has been tested with, the following Mapbox dependencies: +- Mapbox Maps SDK `v10.15.0` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.15.0)) +- Mapbox Navigation Native `v148.0.2` +- Mapbox Core Common `v23.7.0` +- Mapbox Java `v6.13.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.13.0)) + + ## Mapbox Navigation SDK 2.15.1 - 07 August, 2023 ### Changelog [Changes between v2.15.0 and v2.15.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.15.0...v2.15.1) diff --git a/changelog/unreleased/bugfixes/7504.md b/changelog/unreleased/bugfixes/7504.md deleted file mode 100644 index c4d86bbd00d..00000000000 --- a/changelog/unreleased/bugfixes/7504.md +++ /dev/null @@ -1 +0,0 @@ -- Report Off-Route if LocationOnLeg legIndex is greater than current route leg.