chore: bump version to 1.15.1 with a patch for Agent Engine

PiperOrigin-RevId: 811981894
This commit is contained in:
Xuan Yang
2025-09-26 15:41:33 -07:00
committed by Copybara-Service
parent 1ee01cc05a
commit a959653cf3
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## [1.15.1](https://github.com/google/adk-python/compare/v1.15.0...v1.15.1) (2025-09-26)
### Bug Fixes
* Fix the deployment failure for Agent Engine ([e172811](https://github.com/google/adk-python/commit/e172811bc7173b9004572f2a2afc7024145d7713))
## [1.15.0](https://github.com/google/adk-python/compare/v1.14.1...v1.15.0) (2025-09-24)
### Features
+1 -1
View File
@@ -13,4 +13,4 @@
# limitations under the License.
# version: major.minor.patch
__version__ = "1.15.0"
__version__ = "1.15.1"