mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: Bumps version to v1.22.1 and updates CHANGELOG.md
Fixing two bugs found in v1.22.0. Co-authored-by: Liang Wu <wuliang@google.com> PiperOrigin-RevId: 855343807
This commit is contained in:
committed by
Copybara-Service
parent
6c0bf85042
commit
2592f01eb6
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
|
||||
## [1.22.1](https://github.com/google/adk-python/compare/v1.22.0...v1.22.1) (2026-01-09)
|
||||
|
||||
### Bug Fixes
|
||||
* Add back `adk migrate session` CLI ([8fb2be2](https://github.com/google/adk-python/commit/8fb2be216f11dabe7fa361a0402e5e6316878ad8)).
|
||||
* Escape database reserved keyword ([94d48fc](https://github.com/google/adk-python/commit/94d48fce32a1f07cef967d50e82f2b1975b4abd9)).
|
||||
|
||||
|
||||
## [1.22.0](https://github.com/google/adk-python/compare/v1.21.0...v1.22.0) (2026-01-08)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
# limitations under the License.
|
||||
|
||||
# version: major.minor.patch
|
||||
__version__ = "1.22.0"
|
||||
__version__ = "1.22.1"
|
||||
|
||||
Reference in New Issue
Block a user