File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99
1010## [ Unreleased]
1111
12+ ## [ 1.1.0] - 2025-07-07
13+
1214### Added
1315
1416- Add custom request/handler implementation to replace MediatR
17+ - Add Scrutor for use with the new request/handler implementation
1518
1619### Changed
1720
@@ -37,7 +40,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3740
3841Initial release.
3942
40- [ unreleased ] : https://github.com/funql/funql-playground-api/compare/1.0.2...HEAD
43+ [ unreleased ] : https://github.com/funql/funql-playground-api/compare/1.1.0...HEAD
44+ [ 1.1.0 ] : https://github.com/funql/funql-playground-api/compare/1.0.2...1.1.0
4145[ 1.0.2 ] : https://github.com/funql/funql-playground-api/compare/1.0.1...1.0.2
4246[ 1.0.1 ] : https://github.com/funql/funql-playground-api/compare/1.0.0...1.0.1
4347[ 1.0.0 ] : https://github.com/funql/funql-playground-api/releases/tag/1.0.0
Original file line number Diff line number Diff line change 1010
1111 <!-- Version -->
1212 <PropertyGroup >
13- <VersionPrefix >1.0.2 </VersionPrefix >
13+ <VersionPrefix >1.1.0 </VersionPrefix >
1414 <VersionSuffix ></VersionSuffix >
1515 </PropertyGroup >
1616
You can’t perform that action at this time.
0 commit comments