Skip to content

Commit b251dbf

Browse files
authored
chore: merge release v1.36.2 to v1 (#6440)
Co-authored-by: adk-bot <223368873+adk-bot@users.noreply.github.com>
1 parent 4ef72fe commit b251dbf

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

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

.github/release-please-config-v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
]
5858
}
5959
},
60-
"last-release-sha": "e495609c1d8fb7e0ca62bf69482d4d92792300a0"
60+
"last-release-sha": "4ef72fef0e607d61285f1a12da6edd55b21a1c1d"
6161
}

CHANGELOG.md

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

3+
## [1.36.2](https://github.com/google/adk-python/compare/v1.36.1...v1.36.2) (2026-07-21)
4+
5+
6+
### Bug Fixes
7+
8+
* Update custom gemini llm connection logic to be used for all 3_x models, not just 3.1 ([#6438](https://github.com/google/adk-python/issues/6438)) ([4ef72fe](https://github.com/google/adk-python/commit/4ef72fef0e607d61285f1a12da6edd55b21a1c1d))
9+
310
## [1.36.1](https://github.com/google/adk-python/compare/v1.36.0...v1.36.1) (2026-07-06)
411

512

src/google/adk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
# version: major.minor.patch
16-
__version__ = "1.36.1"
16+
__version__ = "1.36.2"

0 commit comments

Comments
 (0)