From ec2393c16b2d780bfc858ea23c9c1fd08dccc2c7 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: Thu, 30 May 2024 17:49:20 +0000 Subject: [PATCH] changelog for v2.19.1 (#7816) Co-authored-by: root --- CHANGELOG.md | 15 +++++++++++++++ changelog/unreleased/features/7813.md | 1 - 2 files changed, 15 insertions(+), 1 deletion(-) delete mode 100644 changelog/unreleased/features/7813.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f2de4fc69fa..4f95ebd7f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ Mapbox welcomes participation and contributions from everyone. #### Features #### Bug fixes and improvements +## Mapbox Navigation SDK 2.19.1 - 30 May, 2024 +### Changelog +[Changes between v2.19.0 and v2.19.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.19.0...v2.19.1) + +#### Features +- Added a new option `historyAverageSpeed` to `AdasisConfigProfileShortTypeOptions`. [#7813](https://github.com/mapbox/mapbox-navigation-android/pull/7813) + +### Mapbox dependencies +This release depends on, and has been tested with, the following Mapbox dependencies: +- Mapbox Maps SDK `v10.16.6` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.16.6)) +- Mapbox Navigation Native `v205.0.0` +- Mapbox Core Common `v23.9.3` +- Mapbox Java `v6.15.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.15.0)) + + ## Mapbox Navigation SDK 2.19.0 - 15 March, 2024 ### Changelog [Changes between v2.18.0 and v2.19.0](https://github.com/mapbox/mapbox-navigation-android/compare/v2.18.0...v2.19.0) diff --git a/changelog/unreleased/features/7813.md b/changelog/unreleased/features/7813.md deleted file mode 100644 index 3700f2fe300..00000000000 --- a/changelog/unreleased/features/7813.md +++ /dev/null @@ -1 +0,0 @@ -- Added a new option `historyAverageSpeed` to `AdasisConfigProfileShortTypeOptions`.