diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..e7ca613 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 78abd76..f7011d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.0](https://github.com/workos/authkit-session/compare/v0.6.0...v0.7.0) (2026-06-25) + + +### Features + +* support maxAge authorization param (@workos-inc/node >= 10.6) ([#49](https://github.com/workos/authkit-session/issues/49)) ([34ca118](https://github.com/workos/authkit-session/commit/34ca118cf94457b8dd7ca44e48be39073d78e246)) + + +### Bug Fixes + +* Improve PKCE cookie missing error message ([#46](https://github.com/workos/authkit-session/issues/46)) ([bc27d2b](https://github.com/workos/authkit-session/commit/bc27d2b423fd1fb893254e494d9f08449f5fe56b)) + ## [0.6.0](https://github.com/workos/authkit-session/compare/v0.5.4...v0.6.0) (2026-06-15) diff --git a/package.json b/package.json index 5caac49..0dbf303 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos/authkit-session", - "version": "0.6.0", + "version": "0.7.0", "description": "Framework-agnostic authentication library for WorkOS with pluggable storage adapters", "keywords": [], "license": "MIT",