diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76166a96..b0e7275b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.1" + ".": "6.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 98bcc72c..8ad62d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.1.0](https://github.com/googlemaps/android-maps-ktx/compare/v6.0.1...v6.1.0) (2026-07-01) + + +### Features + +* **flow:** add Kotlin Flow extensions for LocationManager and shape managers ([#391](https://github.com/googlemaps/android-maps-ktx/issues/391)) ([f943e6c](https://github.com/googlemaps/android-maps-ktx/commit/f943e6ca2704b64ec615614506d30a664e2cf276)) + + +### Bug Fixes + +* **deps:** update dependencies and migrate to AGP 9 ([#402](https://github.com/googlemaps/android-maps-ktx/issues/402)) ([0efe967](https://github.com/googlemaps/android-maps-ktx/commit/0efe967c572cab02b188e74d7bed73c4dfa491ff)) + ## [6.0.1](https://github.com/googlemaps/android-maps-ktx/compare/v6.0.0...v6.0.1) (2026-03-11) diff --git a/README.md b/README.md index cbbf198a..2b65445b 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.1' // {x-release-please-version} + implementation 'com.google.maps.android:maps-ktx:6.1.0' // {x-release-please-version} // KTX for the Maps SDK for Android Utility Library - implementation 'com.google.maps.android:maps-utils-ktx:6.0.1' // {x-release-please-version} + implementation 'com.google.maps.android:maps-utils-ktx:6.1.0' // {x-release-please-version} } ``` ## Internal usage attribution ID diff --git a/build.gradle.kts b/build.gradle.kts index 424137b8..cbbbaee0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ val projectArtifactId: (Project) -> String? = { project -> allprojects { group = "com.google.maps.android" // {x-release-please-start-version} - version = "6.0.1" + version = "6.1.0" // {x-release-please-end} val projectArtifactId by extra { project.name } } \ No newline at end of file