diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d2cfbb5..76166a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.0" + ".": "6.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d05bcc..98bcc72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.0.1](https://github.com/googlemaps/android-maps-ktx/compare/v6.0.0...v6.0.1) (2026-03-11) + + +### Bug Fixes + +* annotate AttributionIdInitializer with @Keep ([#384](https://github.com/googlemaps/android-maps-ktx/issues/384)) ([b0339d1](https://github.com/googlemaps/android-maps-ktx/commit/b0339d126373c28981201ff96ee1ceca6c4bbde8)) + ## [6.0.0](https://github.com/googlemaps/android-maps-ktx/compare/v5.2.2...v6.0.0) (2026-01-26) diff --git a/README.md b/README.md index 0662452..ea874b3 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:6.0.0' // {x-release-please-version} + implementation 'com.google.maps.android:maps-ktx:6.0.1' // {x-release-please-version} // KTX for the Maps SDK for Android Utility Library - implementation 'com.google.maps.android:maps-utils-ktx:6.0.0' // {x-release-please-version} + implementation 'com.google.maps.android:maps-utils-ktx:6.0.1' // {x-release-please-version} } ``` ## Internal usage attribution ID diff --git a/build.gradle.kts b/build.gradle.kts index 3533ed7..54b14f5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ val projectArtifactId: (Project) -> String? = { project -> allprojects { group = "com.google.maps.android" // {x-release-please-start-version} - version = "6.0.0" + version = "6.0.1" // {x-release-please-end} val projectArtifactId by extra { project.name } } \ No newline at end of file