Skip to content

Commit 62f4e43

Browse files
chore(main): release 8.1.0 (#840)
Co-authored-by: Dale Hawkins <107309+dkhawk@users.noreply.github.com>
1 parent 18d03ab commit 62f4e43

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.0.1"
2+
".": "8.1.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [8.1.0](https://github.com/googlemaps/android-maps-compose/compare/v8.0.1...v8.1.0) (2026-02-06)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [8.0.1](https://github.com/googlemaps/android-maps-compose/compare/v8.0.0...v8.0.1) (2026-01-29)
411

512

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ You no longer need to specify the Maps SDK for Android or its Utility Library as
2929

3030
```groovy
3131
dependencies {
32-
implementation 'com.google.maps.android:maps-compose:8.0.1' // {x-release-please-version}
32+
implementation 'com.google.maps.android:maps-compose:8.1.0' // {x-release-please-version}
3333
// Optionally, you can include the Compose utils library for Clustering,
3434
// Street View metadata checks, etc.
35-
implementation 'com.google.maps.android:maps-compose-utils:8.0.1' // {x-release-please-version}
35+
implementation 'com.google.maps.android:maps-compose-utils:8.1.0' // {x-release-please-version}
3636
// Optionally, you can include the widgets library for ScaleBar, etc.
37-
implementation 'com.google.maps.android:maps-compose-widgets:8.0.1' // {x-release-please-version}
37+
implementation 'com.google.maps.android:maps-compose-widgets:8.1.0' // {x-release-please-version}
3838
}
3939
```
4040

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ val projectArtifactId by extra { project: Project ->
3333
allprojects {
3434
group = "com.google.maps.android"
3535
// {x-release-please-start-version}
36-
version = "8.0.1"
36+
version = "8.1.0"
3737
// {x-release-please-end}
3838
}
3939

0 commit comments

Comments
 (0)