From d62b1bcf719879cb19d1c9b2f003cd4568cf5bf8 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Tue, 2 Jun 2026 20:42:28 +0200 Subject: [PATCH] chore(main): release 4.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ build.gradle.kts | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9eab1d209..947895888 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.4.1" + ".": "4.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 297813238..60449f271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.5.0](https://github.com/googlemaps/android-maps-utils/compare/v4.4.1...v4.5.0) (2026-06-02) + + +### Features + +* add manual RC release workflow ([#1695](https://github.com/googlemaps/android-maps-utils/issues/1695)) ([688fc83](https://github.com/googlemaps/android-maps-utils/commit/688fc833ba55235450096546b22d3ac0db73d59b)) + + +### Bug Fixes + +* change model name from gemini-2.5-flash to gemini-3.5-flash ([#1696](https://github.com/googlemaps/android-maps-utils/issues/1696)) ([838a2bf](https://github.com/googlemaps/android-maps-utils/commit/838a2bf0621768c7dbdd6daa30db5522d90102ec)) + ## [4.4.1](https://github.com/googlemaps/android-maps-utils/compare/v4.4.0...v4.4.1) (2026-05-26) diff --git a/build.gradle.kts b/build.gradle.kts index 67837290e..902b47794 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,6 +45,6 @@ tasks.register("installAndLaunch") { allprojects { group = "com.google.maps.android" // {x-release-please-start-version} - version = "4.4.1" + version = "4.5.0" // {x-release-please-end} } \ No newline at end of file