diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ef6fc..21aa779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ See [keep a changelog] for information about writing changes to this log. ## [Unreleased] +## [1.1.0] - 2025-07-10 + [PR-33](https://github.com/itk-dev/itqr/pull/33) - Fixes and Tidy feedback [PR-30](https://github.com/itk-dev/itqr/pull/30) @@ -67,4 +69,5 @@ See [keep a changelog] for information about writing changes to this log. - Added project baseline with easy admin 4.x [keep a changelog]: https://keepachangelog.com/en/1.1.0/ -[unreleased]: https://github.com/itk-dev/event-database-api/compare/main...develop +[Unreleased]: https://github.com/itk-dev/event-database-api/compare/1.1.0...HEAD +[1.1.0]: https://github.com/itk-dev/event-database-api/releases/tag/1.1.0 diff --git a/src/Controller/DefaultController.php b/src/Controller/DefaultController.php new file mode 100644 index 0000000..0fd537a --- /dev/null +++ b/src/Controller/DefaultController.php @@ -0,0 +1,16 @@ +redirectToRoute('admin'); + } +}