chore: bump version to 1.14.1 with a patch for A2A logging issue

Prepare a patch version for #2918

PiperOrigin-RevId: 806537425
This commit is contained in:
Wei Sun (Jack)
2025-09-12 21:29:58 -07:00
committed by Copybara-Service
parent c29d41f0d0
commit b53e6e3567
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## [1.14.1](https://github.com/google/adk-python/compare/v1.14.0...v1.14.1) (2025-09-12)
### Bug Fixes
* Fix logging issues with RemoteA2aAgent [0c1f1fa](https://github.com/google/adk-python/commit/0c1f1fadeb5a6357af9cad0eff5d5e7103fc88b0)
## [1.14.0](https://github.com/google/adk-python/compare/v1.13.0...v1.14.0) (2025-09-10)
### Features
+1 -1
View File
@@ -13,4 +13,4 @@
# limitations under the License.
# version: major.minor.patch
__version__ = "1.14.0"
__version__ = "1.14.1"