diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b6fd7a5e..f84fa3a8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.0" + ".": "8.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c32cc2..28362f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.0.1](https://github.com/googlemaps/android-maps-compose/compare/v8.0.0...v8.0.1) (2026-01-29) + + +### Bug Fixes + +* GroundOverlay ([#826](https://github.com/googlemaps/android-maps-compose/issues/826)) ([f54d4ea](https://github.com/googlemaps/android-maps-compose/commit/f54d4eaf8f61c5da725dd80898d42fa9adf8e126)) + ## [8.0.0](https://github.com/googlemaps/android-maps-compose/compare/v7.0.0...v8.0.0) (2026-01-27) diff --git a/README.md b/README.md index eabd31e4..d4ea3c51 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.0' // {x-release-please-version} + implementation 'com.google.maps.android:maps-compose:8.0.1' // {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.0' // {x-release-please-version} + implementation 'com.google.maps.android:maps-compose-utils:8.0.1' // {x-release-please-version} // Optionally, you can include the widgets library for ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:8.0.0' // {x-release-please-version} + implementation 'com.google.maps.android:maps-compose-widgets:8.0.1' // {x-release-please-version} } ``` diff --git a/build.gradle.kts b/build.gradle.kts index be21635f..7f4324ad 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.0" + version = "8.0.1" // {x-release-please-end} }