diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc9f33..9f456de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.25.0](https://github.com/36node/auth/compare/v2.24.0...v2.25.0) (2026-04-13) + + +### Features + +* track passwordChangedAt on password writes ([#116](https://github.com/36node/auth/issues/116)) ([22bdfbc](https://github.com/36node/auth/commit/22bdfbc83d5d9afaf428112c9ff53beb7fbf74e4)) + ## [2.24.0](https://github.com/36node/auth/compare/v2.23.1...v2.24.0) (2026-04-12) diff --git a/package.json b/package.json index 752c86d..4f322ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@36node/auth", - "version": "2.24.0", + "version": "2.25.0", "description": "36node auth service", "author": "", "private": true,