Skip to content

Commit c7742db

Browse files
committed
Prepare release 1.1.0
1 parent d2efda9 commit c7742db

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3841
Initial 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

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<!-- Version -->
1212
<PropertyGroup>
13-
<VersionPrefix>1.0.2</VersionPrefix>
13+
<VersionPrefix>1.1.0</VersionPrefix>
1414
<VersionSuffix></VersionSuffix>
1515
</PropertyGroup>
1616

0 commit comments

Comments
 (0)