Skip to content

Commit 5ee29e5

Browse files
chore(main): release 4.0.0
1 parent fa2497b commit 5ee29e5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
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-
".": "3.20.1"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## [4.0.0](https://github.com/googlemaps/android-maps-utils/compare/v3.20.1...v4.0.0) (2026-01-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update to maps 20.0.0 ([#1644](https://github.com/googlemaps/android-maps-utils/issues/1644))
9+
10+
### Features
11+
12+
* update to maps 20.0.0 ([#1644](https://github.com/googlemaps/android-maps-utils/issues/1644)) ([60adcde](https://github.com/googlemaps/android-maps-utils/commit/60adcde90c9132d7bbf11618690072e4fa593301))

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ tasks.register<Delete>("clean") {
3838
allprojects {
3939
group = "com.google.maps.android"
4040
// {x-release-please-start-version}
41-
version = "3.20.1"
41+
version = "4.0.0"
4242
// {x-release-please-end}
4343
}

0 commit comments

Comments
 (0)