Skip to content

Commit db8ba82

Browse files
committed
chore(main): release 1.3.0
1 parent 556d992 commit db8ba82

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/Alberto-Codes/adk-secure-sessions/compare/v1.2.0...v1.3.0) (2026-03-29)
4+
5+
6+
### Features
7+
8+
* **models:** add get_update_marker() for google-adk 1.28.0 compatibility ([#154](https://github.com/Alberto-Codes/adk-secure-sessions/issues/154)) ([4411319](https://github.com/Alberto-Codes/adk-secure-sessions/commit/4411319a4a854de8658fe26877341c3b9b7def27))
9+
* **rotation:** add zero-downtime key rotation utility ([#147](https://github.com/Alberto-Codes/adk-secure-sessions/issues/147)) ([cbb6c40](https://github.com/Alberto-Codes/adk-secure-sessions/commit/cbb6c400c3d8cbb616d3ddd9bda2fa638452a72a))
10+
11+
12+
### Documentation
13+
14+
* **how-to:** add backend authoring guide ([#155](https://github.com/Alberto-Codes/adk-secure-sessions/issues/155)) ([556d992](https://github.com/Alberto-Codes/adk-secure-sessions/commit/556d992167f4c37e3b104872e47757b1ac218bb8))
15+
316
## [1.2.0](https://github.com/Alberto-Codes/adk-secure-sessions/compare/v1.1.0...v1.2.0) (2026-03-08)
417

518

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "adk-secure-sessions"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = "Encrypted session persistence for Google ADK agents"
55
readme = "README.md"
66
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)