We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29d41f commit b53e6e3Copy full SHA for b53e6e3
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## [1.14.0](https://github.com/google/adk-python/compare/v1.13.0...v1.14.0) (2025-09-10)
10
11
### Features
src/google/adk/version.py
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
15
# version: major.minor.patch
16
-__version__ = "1.14.0"
+__version__ = "1.14.1"
0 commit comments