diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f456de..4261ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.26.0](https://github.com/36node/auth/compare/v2.25.0...v2.26.0) (2026-04-15) + + +### Features + +* handle old password check when user has no password ([#109](https://github.com/36node/auth/issues/109)) ([12878b5](https://github.com/36node/auth/commit/12878b5e877d2c8d92a40a344b5df2a99d22a909)) + + +### Bug Fixes + +* env ([453202f](https://github.com/36node/auth/commit/453202fcd866d381635223269b7c3bea7426c532)) +* invalidate user cache after password update ([#118](https://github.com/36node/auth/issues/118)) ([e2aacf6](https://github.com/36node/auth/commit/e2aacf6caa1e0a5c04c8eadcec095da8eb836ac0)) +* protect password changed timestamps ([#121](https://github.com/36node/auth/issues/121)) ([aec8925](https://github.com/36node/auth/commit/aec892558cae70a9365384fef7fa3373f9d035e4)) +* sign token with acl & login user ([#120](https://github.com/36node/auth/issues/120)) ([7c94a97](https://github.com/36node/auth/commit/7c94a97f7ce388ff6615a62546aca361c8af5d30)) + ## [2.25.0](https://github.com/36node/auth/compare/v2.24.0...v2.25.0) (2026-04-13) diff --git a/package.json b/package.json index 4f322ef..8656625 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@36node/auth", - "version": "2.25.0", + "version": "2.26.0", "description": "36node auth service", "author": "", "private": true,