feat: release 1.1.0
All checks were successful
release / dotnet-release-workflow (push) Successful in 2m8s

This commit is contained in:
Louis Seubert 2026-05-28 22:05:56 +02:00
commit cc2a643f63
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
2 changed files with 9 additions and 3 deletions

View file

@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- **request.result:** Optional result wrapper types (`Result<T>`) for structured responses
- **request.validation:** Automatic validation pipeline behavior with FluentValidation integration
## [Unreleased]
## [1.1.0] - 2026-05-28
### Added
@ -26,7 +26,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- **request.dispatcher:** Reset type caches when reloading assemblies
- **request.validation:** Reset type caches when reloading assemblies
## [Unreleased]
### Added
### Changed
### Removed
[1.0.0]: https://code.geekeey.de/geekeey/request/releases/tag/1.0.0
[Unreleased]: https://code.geekeey.de/geekeey/request/compare/1.0.0...HEAD
[1.1.0]: https://code.geekeey.de/geekeey/request/releases/tag/1.1.0
[Unreleased]: https://code.geekeey.de/geekeey/request/compare/1.1.0...HEAD

View file

@ -10,7 +10,6 @@
<PropertyGroup>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
</PropertyGroup>
<PropertyGroup>