Skip to content

Commit b53e6e3

Browse files
Jacksunweicopybara-github
authored andcommitted
chore: bump version to 1.14.1 with a patch for A2A logging issue
Prepare a patch version for #2918 PiperOrigin-RevId: 806537425
1 parent c29d41f commit b53e6e3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [1.14.1](https://github.com/google/adk-python/compare/v1.14.0...v1.14.1) (2025-09-12)
4+
5+
### Bug Fixes
6+
7+
* Fix logging issues with RemoteA2aAgent [0c1f1fa](https://github.com/google/adk-python/commit/0c1f1fadeb5a6357af9cad0eff5d5e7103fc88b0)
8+
39
## [1.14.0](https://github.com/google/adk-python/compare/v1.13.0...v1.14.0) (2025-09-10)
410

511
### Features

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.14.0"
16+
__version__ = "1.14.1"

0 commit comments

Comments
 (0)