From 416791ed2c1a304606c7f53b6ebaf4e4728f9174 Mon Sep 17 00:00:00 2001 From: Louis Seubert Date: Thu, 28 May 2026 22:05:56 +0200 Subject: [PATCH] feat: release 1.1.0 --- CHANGELOG.md | 11 +++++++++-- Directory.Build.props | 1 - 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f581d1..d5a3df1 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.0.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