Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-nitehawk committed Mar 22, 2024
1 parent f4b432b commit 40a6ca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Src/Directory.Build.props
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>

<Version>5.23.0.11-beta</Version>
<Version>5.23.0.12-beta</Version>

<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
Expand Down
5 changes: 3 additions & 2 deletions Src/Library/changelog.md
Expand Up @@ -21,8 +21,9 @@ FastEndpoints needs sponsorship to [sustain the project](https://github.com/Fast
- automatically rewind request body with `IPlainTextRequest` if `EnableBuffering()` is used. (https://github.com/FastEndpoints/FastEndpoints/issues/631)
- filter out illegal header names from being created as request parameters in swagger. (https://github.com/FastEndpoints/FastEndpoints/issues/615)
- implement `[FromBody]` attribute support for routeless integration testing. (https://github.com/FastEndpoints/FastEndpoints/issues/645)
- hydrate integration testing route url with values from request dto. (https://github.com/FastEndpoints/FastEndpoints/pull/648)
- upgrade dependencies to latest

## Fixes 🪲
[//]: # (## Fixes 🪲)

## Breaking Changes ⚠️
[//]: # (## Breaking Changes ⚠️)

0 comments on commit 40a6ca8

Please sign in to comment.