Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Nov 28, 2023
1 parent d0cd6aa commit 20398fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release notes
==============

### Unreleased
### 0.22.0 (2023-11-28)

* Added `AllowReadingBody()` to custom POST operations (after calling `PostCustomAsync`). If called, it is possible to
read the request body manually for this operation. This lets you for example create a POST collection operation for
Expand Down
2 changes: 1 addition & 1 deletion src/Felicity/Felicity.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>f# fsharp jsonapi json-api json:api api rest rest-api api-rest api-server api-client web-api asp-net-core aspnetcore giraffe framework</PackageTags>
<PackageIcon>felicity-logo-128x128.png</PackageIcon>
<Version>0.21.12</Version>
<Version>0.22.0</Version>
<PackageReleaseNotes>https://github.com/cmeeren/Felicity/blob/master/RELEASE_NOTES.md</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 20398fa

Please sign in to comment.