diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec665b..68a2ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +## 3.1.0 + +### Changed + +* Fix #7: Don't dispose the streams we didn't create ourself (by @MaxDeg) + ## 3.0.0 +### Changed + * Remove setStatusCode and update comments (by @MaxDeg) ## 2.3.0 diff --git a/src/Thoth.Json.Giraffe.fsproj b/src/Thoth.Json.Giraffe.fsproj index 5de3d21..5dcf9a1 100644 --- a/src/Thoth.Json.Giraffe.fsproj +++ b/src/Thoth.Json.Giraffe.fsproj @@ -7,7 +7,7 @@ https://github.com/MangelMaxime/Thoth fsharp;json;Giraffe;ASP.NET;Core Maxime Mangel - 3.0.0 + 3.1.0 netstandard2.0