diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e8852..85c7418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.5.1](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v1.5.0...v1.5.1) (2024-08-28) + + +### Bug Fixes + +* update sentry project name ([f686202](https://github.com/onesoft-sudo/sudobot-dashboard/commit/f686202676e73ab2132c3e9418153d1964018274)) + + + # [1.5.0](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v1.4.3...v1.5.0) (2024-08-28) @@ -41,13 +50,3 @@ -# [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)) - - - diff --git a/package.json b/package.json index 49403c9..4c9777c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudobot-dashboard", - "version": "1.5.0", + "version": "1.5.1", "private": true, "scripts": { "dev": "next dev --turbo",