chore: bump version number to 1.4.2

PiperOrigin-RevId: 773867075
This commit is contained in:
Shangjie Chen
2025-06-20 15:41:10 -07:00
committed by Copybara-Service
parent 4d72d31b13
commit 8677d5c8dc
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## [1.4.2](https://github.com/google/adk-python/compare/v1.4.1...v1.4.2) (2025-06-20)
### Bug Fixes
* Add type checking to handle different response type of genai API client ([4d72d31](https://github.com/google/adk-python/commit/4d72d31b13f352245baa72b78502206dcbe25406))
* This fixes the broken VertexAiSessionService
* Allow more credentials types for BigQuery tools ([2f716ad](https://github.com/google/adk-python/commit/2f716ada7fbcf8e03ff5ae16ce26a80ca6fd7bf6))
## [1.4.1](https://github.com/google/adk-python/compare/v1.3.0...v1.4.1) (2025-06-18)
+1 -1
View File
@@ -13,4 +13,4 @@
# limitations under the License.
# version: major.minor.patch
__version__ = "1.4.1"
__version__ = "1.4.2"