diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..13708fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f7011d6..5cf6a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.1](https://github.com/workos/authkit-session/compare/v0.7.0...v0.7.1) (2026-06-26) + + +### Bug Fixes + +* **factory:** add clearPendingVerifierByName to createAuthService proxy ([#45](https://github.com/workos/authkit-session/issues/45)) ([e4ae754](https://github.com/workos/authkit-session/commit/e4ae7548e4ce3277e1531ece7cbd62dfbbf593dc)) + ## [0.7.0](https://github.com/workos/authkit-session/compare/v0.6.0...v0.7.0) (2026-06-25) diff --git a/package.json b/package.json index 0dbf303..f820a93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos/authkit-session", - "version": "0.7.0", + "version": "0.7.1", "description": "Framework-agnostic authentication library for WorkOS with pluggable storage adapters", "keywords": [], "license": "MIT",