Skip to content

Commit

Permalink
Release version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Jan 13, 2021
1 parent 6b21620 commit aa9dab9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased


### Added

## 4.3.0 - 2021-01-13

### Changed

* PR #17, Issue #16: Catch exception thrown by JsonTextReader when the request body is empty. To match with Thoth.Json.Net behaviour (by @BennieCopeland)

## 4.2.0 - 2020-06-09

* Fix Sequence serialization not writing a close `]` (by @ImaginaryDevelopment)
Expand Down
2 changes: 1 addition & 1 deletion src/Thoth.Json.Giraffe.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RepositoryUrl>https://github.com/MangelMaxime/Thoth</RepositoryUrl>
<PackageTags>fsharp;json;Giraffe;ASP.NET;Core</PackageTags>
<Authors>Maxime Mangel</Authors>
<Version>4.2.0</Version>
<Version>4.3.0</Version>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
Expand Down

0 comments on commit aa9dab9

Please sign in to comment.