diff --git a/libnavui-androidauto/CHANGELOG.md b/libnavui-androidauto/CHANGELOG.md index 53b43f7cb7b..8e6671bdb1c 100644 --- a/libnavui-androidauto/CHANGELOG.md +++ b/libnavui-androidauto/CHANGELOG.md @@ -6,6 +6,23 @@ Mapbox welcomes participation and contributions from everyone. #### Features #### Bug fixes and improvements +## androidauto-v0.22.0 - 16 March, 2023 +### Changelog +[Changes between 0.21.0 and 0.22.0](https://github.com/mapbox/mapbox-navigation-android/compare/androidauto-v0.21.0...androidauto-v0.22.0) + +#### Features + + +#### Bug fixes and improvements +- Fixed PlacesListOnMapScreen issues when screen changed cause places to disappear [#7021](https://github.com/mapbox/mapbox-navigation-android/pull/7021) +- Fixed an issue that caused route preview screens to display incorrect route distance. [#7031](https://github.com/mapbox/mapbox-navigation-android/pull/7031) + +### Mapbox dependencies +This release defines minimum versions for the Mapbox dependencies. +- Mapbox Maps Android Auto Extension `v0.5.0` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/extension-androidauto-v0.5.0)) +- Mapbox Navigation `v2.10.3` ([release notes](https://github.com/mapbox/mapbox-navigation-android/releases/tag/v2.10.3)) + + ## androidauto-v0.21.0 - 06 March, 2023 ### Changelog [Changes between 0.20.0 and 0.21.0](https://github.com/mapbox/mapbox-navigation-android/compare/androidauto-v0.20.0...androidauto-v0.21.0) diff --git a/libnavui-androidauto/changelog/unreleased/bugfixes/7021.md b/libnavui-androidauto/changelog/unreleased/bugfixes/7021.md deleted file mode 100644 index 5ddb67149fa..00000000000 --- a/libnavui-androidauto/changelog/unreleased/bugfixes/7021.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed PlacesListOnMapScreen issues when screen changed cause places to disappear diff --git a/libnavui-androidauto/changelog/unreleased/bugfixes/7031.md b/libnavui-androidauto/changelog/unreleased/bugfixes/7031.md deleted file mode 100644 index ca6d427c445..00000000000 --- a/libnavui-androidauto/changelog/unreleased/bugfixes/7031.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed an issue that caused route preview screens to display incorrect route distance.