From f88e1d5094edd64d8b0ab08283f92bf67d89fbfb Mon Sep 17 00:00:00 2001 From: DDEV User Date: Sun, 28 Jan 2024 18:09:32 +0100 Subject: [PATCH] chore(release): 0.2.2 --- CHANGELOG.md | 19 +++++++++++++++++++ composer.json | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f73d4e..cc68b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file. +## [0.2.2](https://git/ep/team/compare/v0.2.1...v0.2.2) (2024-01-28) + +### Features + +* Change default sorting of assignments ([62e8d1](https://git/ep/team/commit/62e8d115ded47c40975d930cad4f1f229326fbcb)) +* Mark documents global ([79a4a8](https://git/ep/team/commit/79a4a8fef5489d44cce6b65870190f3105322e88)) +* Move earliest date for invoice upload to last day of assignment ([23cbd1](https://git/ep/team/commit/23cbd17ade2e7c860a6509adc232d32825198fd8)) +* Reduce number of rating stars to 5 ([e74284](https://git/ep/team/commit/e742843eb53e9e59aa7adfd1dbdf09d2d7f5b27f)) + +### Bug Fixes + +* Filter out deleted job profiles ([3c0cc1](https://git/ep/team/commit/3c0cc1c7766f2576327b4bf8504fc7c3604e525d)) +* Only use destination's pickup values ([75bd05](https://git/ep/team/commit/75bd0554742884b41eefc94e2a2e8dc480daa1ce)) +* Simplify requirements info ([85200e](https://git/ep/team/commit/85200e29603a205ab2c9e03d82d729b26acf22b7)) +* Use existing route ([bd3b36](https://git/ep/team/commit/bd3b3688c5841bb7ee017575ae65131b189bd052)) + + +--- + ## [0.2.1](https://git/ep/team/compare/v0.2.0...v0.2.1) (2024-01-25) ### Bug Fixes diff --git a/composer.json b/composer.json index 642abd1..b3ee504 100644 --- a/composer.json +++ b/composer.json @@ -127,5 +127,5 @@ "symfony/stopwatch": "6.4.*", "symfony/web-profiler-bundle": "6.4.*" }, - "version": "0.2.1" -} + "version": "0.2.2" +} \ No newline at end of file