diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d43941..2ba33b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.4.0](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v1.3.2...v1.4.0) (2024-08-28) + + +### Features + +* allow subdomain routing ([4a53827](https://github.com/onesoft-sudo/sudobot-dashboard/commit/4a53827ed887d12fdb8cf81c147ae8247582bca2)) +* **verification:** support separate domains ([1a7fff9](https://github.com/onesoft-sudo/sudobot-dashboard/commit/1a7fff9dc885254690bde074a589576488d0dcd1)) + + + ## [1.3.2](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v1.3.1...v1.3.2) (2024-08-28) @@ -46,12 +56,3 @@ -## [1.2.4](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v1.2.3...v1.2.4) (2024-08-25) - - -### Bug Fixes - -* **page:donate:** missing spacing ([bac3243](https://github.com/onesoft-sudo/sudobot-dashboard/commit/bac3243a29cc98cfb2704c79bd711fee49e61153)) - - - diff --git a/package.json b/package.json index 60e301d..8c67f28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudobot-dashboard", - "version": "1.3.2", + "version": "1.4.0", "private": true, "scripts": { "dev": "next dev --turbo",