diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e9e75a5..4f40079 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.2.1" + ".": "5.2.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e070280 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [5.2.2](https://github.com/googlemaps/android-maps-ktx/compare/v5.2.1...v5.2.2) (2025-12-16) + + +### Bug Fixes + +* Corrected broken links in Support section of README.md ([#355](https://github.com/googlemaps/android-maps-ktx/issues/355)) ([838913b](https://github.com/googlemaps/android-maps-ktx/commit/838913bc8d70cc7a3715e5f927837b9fa7ba3ae2)) diff --git a/README.md b/README.md index fc3d154..6b63564 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ It enables you to write more concise, idiomatic Kotlin. Each set of extensions c dependencies { // KTX for the Maps SDK for Android library - implementation 'com.google.maps.android:maps-ktx:5.2.1' // {x-release-please-version} + implementation 'com.google.maps.android:maps-ktx:5.2.2' // {x-release-please-version} // KTX for the Maps SDK for Android Utility Library - implementation 'com.google.maps.android:maps-utils-ktx:5.2.1' // {x-release-please-version} + implementation 'com.google.maps.android:maps-utils-ktx:5.2.2' // {x-release-please-version} } ```