diff --git a/CHANGELOG.md b/CHANGELOG.md index 899e105..27c9527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.23.0](https://github.com/36node/auth/compare/v2.22.1...v2.23.0) (2026-04-09) + + +### Features + +* sms provider blackhole ([#111](https://github.com/36node/auth/issues/111)) ([2316aeb](https://github.com/36node/auth/commit/2316aebf143afbff5cad226e41033cdd4a7e6962)) + ## [2.22.1](https://github.com/36node/auth/compare/v2.22.0...v2.22.1) (2026-03-28) diff --git a/package.json b/package.json index 029b88c..8d5a155 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@36node/auth", - "version": "2.22.1", + "version": "2.23.0", "description": "36node auth service", "author": "", "private": true,