diff --git a/CHANGELOG.md b/CHANGELOG.md index f9aa582..e3a38df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.59.0](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.58.0...v0.59.0) (2023-12-15) + + +### Features + +* complete /api/verify/email route ([1ba7f0b](https://github.com/onesoft-sudo/sudobot-dashboard/commit/1ba7f0b502d5e6dc9a058bf26fc59ac07a51519f)) + + + # [0.58.0](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.57.1...v0.58.0) (2023-12-15) @@ -34,12 +43,3 @@ -# [0.55.0](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.54.0...v0.55.0) (2023-12-14) - - -### Features - -* support captcha verification ([70eca56](https://github.com/onesoft-sudo/sudobot-dashboard/commit/70eca56866e69b295f436d39bb397d5b2f1645fc)) - - - diff --git a/package.json b/package.json index 7cecf5a..afd17d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudobot-dashboard", - "version": "0.58.0", + "version": "0.59.0", "private": true, "scripts": { "dev": "next dev",