From 4e06b678afe068ad8e75da2f43fe23b74fded21d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 18 Jul 2025 08:59:17 +0000 Subject: [PATCH] changelog for v2.20.4 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a3b1f79702..eec9fb14619 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.20.4 - 18 July, 2025 +### Changelog +[Changes between v2.20.3 and v2.20.4](https://github.com/mapbox/mapbox-navigation-android/compare/v2.20.3...v2.20.4) + +#### Bug fixes and improvements +- Fixed crash on `ManeuverViewBinder` with TransitionManager#go(Scene). [#7908](https://github.com/mapbox/navigation/pull/7908) + +### Mapbox dependencies +This release depends on, and has been tested with, the following Mapbox dependencies: +- Mapbox Maps SDK `v10.18.3` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.18.3)) +- Mapbox Navigation Native `v206.1.1` +- Mapbox Core Common `v23.10.1` +- Mapbox Java `v7.1.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v7.1.0)) + + ## Mapbox Navigation SDK 2.20.3 - 21 March, 2025 ### Changelog [Changes between v2.20.2 and v2.20.3](https://github.com/mapbox/mapbox-navigation-android/compare/v2.20.2...v2.20.3)