From 3043f0d7e543966c53b6840b2d953a8751287ff8 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Fri, 6 Feb 2026 21:19:23 +0100 Subject: [PATCH] chore(main): release 8.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- build.gradle.kts | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f84fa3a8..3e737fdf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.1" + ".": "8.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 28362f18..b01c7801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.1.0](https://github.com/googlemaps/android-maps-compose/compare/v8.0.1...v8.1.0) (2026-02-06) + + +### Features + +* added anchor and zIndex to Cluster ([#839](https://github.com/googlemaps/android-maps-compose/issues/839)) ([c2f19e4](https://github.com/googlemaps/android-maps-compose/commit/c2f19e45c9dfad7060b47f4b51d43ff5dca326f7)) + ## [8.0.1](https://github.com/googlemaps/android-maps-compose/compare/v8.0.0...v8.0.1) (2026-01-29) diff --git a/README.md b/README.md index d4ea3c51..c3a8335c 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ You no longer need to specify the Maps SDK for Android or its Utility Library as ```groovy dependencies { - implementation 'com.google.maps.android:maps-compose:8.0.1' // {x-release-please-version} + implementation 'com.google.maps.android:maps-compose:8.1.0' // {x-release-please-version} // Optionally, you can include the Compose utils library for Clustering, // Street View metadata checks, etc. - implementation 'com.google.maps.android:maps-compose-utils:8.0.1' // {x-release-please-version} + implementation 'com.google.maps.android:maps-compose-utils:8.1.0' // {x-release-please-version} // Optionally, you can include the widgets library for ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:8.0.1' // {x-release-please-version} + implementation 'com.google.maps.android:maps-compose-widgets:8.1.0' // {x-release-please-version} } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 7f4324ad..c89551a1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ val projectArtifactId by extra { project: Project -> allprojects { group = "com.google.maps.android" // {x-release-please-start-version} - version = "8.0.1" + version = "8.1.0" // {x-release-please-end} }