Compare commits

..

2 commits

Author SHA1 Message Date
bae9b2a5f1
chore: post release version changes
All checks were successful
default / dotnet-default-workflow (pull_request) Successful in 2m8s
default / dotnet-default-workflow (push) Successful in 2m7s
release / dotnet-release-workflow (push) Successful in 2m11s
2026-05-28 22:07:54 +02:00
cc2a643f63
feat: release 1.1.0
All checks were successful
release / dotnet-release-workflow (push) Successful in 2m8s
2026-05-28 22:07:54 +02:00

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.result:** Optional result wrapper types (`Result<T>`) for structured responses
- **request.validation:** Automatic validation pipeline behavior with FluentValidation integration - **request.validation:** Automatic validation pipeline behavior with FluentValidation integration
## [1.0.0] - 2026-05-28 ## [1.1.0] - 2026-05-28
### Added ### Added