From acec8f222698e83aa923e9c500856d9a0f761c47 Mon Sep 17 00:00:00 2001 From: DDEV User Date: Wed, 31 Jan 2024 20:16:16 +0100 Subject: [PATCH] chore(release): 0.2.5 --- CHANGELOG.md | 17 +++++++++++++++++ composer.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ec5a8..53c71df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. +## [0.2.5](https://git/ep/team/compare/v0.2.4...v0.2.5) (2024-01-31) + +### Features + +* Additional jobprofile infotext ([2a9e12](https://git/ep/team/commit/2a9e1232ec7d1bb700b039ea402d358f8ae4de52)) +* Filter assignments by status ([69c832](https://git/ep/team/commit/69c83288a5e122d103be9b321273a11bfc66cfd9)) +* Status 'draft' for assignments ([b328eb](https://git/ep/team/commit/b328ebd91b15261bb8c25417edb73a42e02a89eb)) +* Teamer contact data in info popup ([9ae298](https://git/ep/team/commit/9ae2988c1a1f28a30e9b07d95d82de15a4de5e02)) + +### Bug Fixes + +* Losen constraint to edit assignment ([d2ebb6](https://git/ep/team/commit/d2ebb6b70f7619e83d51c9e7c02747271440eda1)) +* Update wording of alert message to match actual conditions ([aef01f](https://git/ep/team/commit/aef01f25b79cb0d324a791b498d7da916c300518)) + + +--- + ## [0.2.4](https://git/ep/team/compare/v0.2.3...v0.2.4) (2024-01-31) ### Features diff --git a/composer.json b/composer.json index c522698..3bf7b36 100644 --- a/composer.json +++ b/composer.json @@ -127,5 +127,5 @@ "symfony/stopwatch": "6.4.*", "symfony/web-profiler-bundle": "6.4.*" }, - "version": "0.2.4" + "version": "0.2.5" } \ No newline at end of file