chore(release): 0.2.1

This commit is contained in:
DDEV User
2024-01-25 12:32:10 +01:00
parent ba2fe96ccc
commit e5d92cc0e1
2 changed files with 13 additions and 2 deletions
+11
View File
@@ -4,6 +4,17 @@
All notable changes to this project will be documented in this file.
<!--- END HEADER -->
## [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
+2 -2
View File
@@ -127,5 +127,5 @@
"symfony/stopwatch": "6.4.*",
"symfony/web-profiler-bundle": "6.4.*"
},
"version": "0.2.0"
}
"version": "0.2.1"
}