From 5ad7bfe7696a1a3ab1760a7e6798c5720c46238d Mon Sep 17 00:00:00 2001 From: DDEV User Date: Mon, 29 Jan 2024 18:28:45 +0100 Subject: [PATCH] chore(release): 0.2.3 --- CHANGELOG.md | 16 ++++++++++++++++ composer.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc68b5b..4734105 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.3](https://git/ep/team/compare/v0.2.2...v0.2.3) (2024-01-29) + +### Features + +* Add divider between requirements ([bfdfb0](https://git/ep/team/commit/bfdfb0f04e63327acf09521b61daa18a3f58ff07)) +* Dedicated icon when all requirements are met ([cb536c](https://git/ep/team/commit/cb536cca97f3bf508baddcc7df8a31fd0a432faf)) +* Disable/hide potentially unused form fields ([165afa](https://git/ep/team/commit/165afa10acdd7d26a65344013efba041eac87bb6)) +* Show due documents on teamer dashboard ([92e3dd](https://git/ep/team/commit/92e3dde9b89185c6c88bc59ac8a53bad039866f7)) + +### Bug Fixes + +* Accept string argument ([838e19](https://git/ep/team/commit/838e1902d17653ceaacfcc53a16ed397de2048bd)) + + +--- + ## [0.2.2](https://git/ep/team/compare/v0.2.1...v0.2.2) (2024-01-28) ### Features diff --git a/composer.json b/composer.json index b3ee504..f253471 100644 --- a/composer.json +++ b/composer.json @@ -127,5 +127,5 @@ "symfony/stopwatch": "6.4.*", "symfony/web-profiler-bundle": "6.4.*" }, - "version": "0.2.2" + "version": "0.2.3" } \ No newline at end of file