diff --git a/CHANGELOG.md b/CHANGELOG.md index 4734105..89ec5a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. +## [0.2.4](https://git/ep/team/compare/v0.2.3...v0.2.4) (2024-01-31) + +### Features + +* Global documents for teamers ([e98449](https://git/ep/team/commit/e984497a29a24a717d5170171a0e32afc8728927)) +* Show due or invalid documents on teamer dashboard ([258b86](https://git/ep/team/commit/258b8663dc31295dabbbdf93c7d896a57667758b)) +* Swap info popups ([893be8](https://git/ep/team/commit/893be8a5ebdc93c1e451f80adca58e8bf4c7eacb)) +* Treat all uploads of type 'document' as global ([4be039](https://git/ep/team/commit/4be039e482a51950892fd2952d1f8c449104b8b3)) + +### Bug Fixes + +* Add missing migration ([30aa37](https://git/ep/team/commit/30aa3712f980f880ad5f34adfd15c393b6a29537)) + + +--- + ## [0.2.3](https://git/ep/team/compare/v0.2.2...v0.2.3) (2024-01-29) ### Features diff --git a/composer.json b/composer.json index f253471..c522698 100644 --- a/composer.json +++ b/composer.json @@ -127,5 +127,5 @@ "symfony/stopwatch": "6.4.*", "symfony/web-profiler-bundle": "6.4.*" }, - "version": "0.2.3" + "version": "0.2.4" } \ No newline at end of file