diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f581d1..6da7e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`) 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 diff --git a/Directory.Build.props b/Directory.Build.props index 097d542..63c71c4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,7 +10,6 @@ 1.1.0 - preview