diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e1219f..22e4de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. +## [0.1.3](https://git/ep/team/compare/v0.1.2...v0.1.3) (2023-12-06) + +### Features + +* Custom error pages ([feb06e](https://git/ep/team/commit/feb06ecf64a7b57a9f54dd203345f70b8cdb2921)) +* Display new and pending feedbacks on admin dashboard ([782415](https://git/ep/team/commit/7824153836a9460f469d678e8238f6ed055b39e9)) +* Extend and refactor feedback providing for role house manager ([2fb40f](https://git/ep/team/commit/2fb40f6765aa376cbfb91c107cbbaba26233493b)) +* Make admin users hotel managers with configurable hotel code ([9b4f10](https://git/ep/team/commit/9b4f100bb19856f6e37d7e4b807d02c56f460440)) +* Refactor voter to improve role separation ([061882](https://git/ep/team/commit/06188272de7792019246db779d788ce69c81907b)) + +### Bug Fixes + +* Don't show past assignments in teamers' overview ([ec22e3](https://git/ep/team/commit/ec22e31eb99ee1d26df3912ac5e1f0db2a8e57dd)) + + +--- + ## [0.1.2](https://git/ep/team/compare/v0.1.1...v0.1.2) (2023-12-01) ### Features diff --git a/composer.json b/composer.json index ab1b11f..115d429 100644 --- a/composer.json +++ b/composer.json @@ -127,5 +127,5 @@ "symfony/stopwatch": "6.4.*", "symfony/web-profiler-bundle": "6.4.*" }, - "version": "0.1.2" -} + "version": "0.1.3" +} \ No newline at end of file