From e5d92cc0e156eea8154391f14e6fec811bccf715 Mon Sep 17 00:00:00 2001 From: DDEV User Date: Thu, 25 Jan 2024 12:32:10 +0100 Subject: [PATCH] chore(release): 0.2.1 --- CHANGELOG.md | 11 +++++++++++ composer.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5951350..9f73d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. +## [0.2.1](https://git/ep/team/compare/v0.2.0...v0.2.1) (2024-01-25) + +### Bug Fixes + +* Don't filter application list by rejected status in repository ([1654ab](https://git/ep/team/commit/1654ab990355b7a7a60ce7a0e48d3683c7e6548f)) +* Limit destination autocomplete results to upcoming dates ([b27964](https://git/ep/team/commit/b2796467809cb11e0624c72218ac08b8efe67f84)) +* Prevent null pointer exception ([8fafe3](https://git/ep/team/commit/8fafe3f5464c943f742372034d44eb5f82998f2e)) + + +--- + ## [0.2.0](https://git/ep/team/compare/v0.1.4...v0.2.0) (2024-01-10) ### Features diff --git a/composer.json b/composer.json index dac399c..bb607e9 100644 --- a/composer.json +++ b/composer.json @@ -127,5 +127,5 @@ "symfony/stopwatch": "6.4.*", "symfony/web-profiler-bundle": "6.4.*" }, - "version": "0.2.0" -} + "version": "0.2.1" +} \ No newline at end of file