Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Jan 13, 2022
1 parent f51ed2a commit 6d25174
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ The `Unreleased` section name is replaced by the expected version of next releas

### Added
### Changed

- `SystemTextJson`: Target `TypeShape` v `9.0.0` in order to reinstate support for `FSharp.Core` v `4.3.4`

### Removed
### Fixed

<a name="2.3.0"></a>
## [2.3.0] - 2022-01-14

### Changed

- `SystemTextJson`: Target `TypeShape` v `9.0.0` in order to reinstate support for `FSharp.Core` v `4.3.4`

<a name="2.3.0-rc.2"></a>
## [2.3.0-rc.2] - 2022-01-05

Expand Down Expand Up @@ -219,7 +223,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com

Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0)

[Unreleased]: https://github.com/jet/FsCodec/compare/2.3.0-rc.3...HEAD
[Unreleased]: https://github.com/jet/FsCodec/compare/2.3.0...HEAD
[2.3.0]: https://github.com/jet/FsCodec/compare/2.3.0-rc.2...2.3.0
[2.3.0-rc.2]: https://github.com/jet/FsCodec/compare/2.3.0-rc.1...2.3.0-rc.2
[2.3.0-rc.1]: https://github.com/jet/FsCodec/compare/2.2.2...2.3.0-rc.1
[2.2.2]: https://github.com/jet/FsCodec/compare/2.2.1...2.2.2
Expand Down

0 comments on commit 6d25174

Please sign in to comment.