Skip to content

Commit e18a668

Browse files
committed
Release 3.0.1
FsCodec.SystemTextJson only
1 parent 3993a06 commit e18a668

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ The `Unreleased` section name is replaced by the expected version of next releas
1010

1111
### Added
1212
### Changed
13-
14-
- `SystemTextJson`: Upped minimum `System.Text.Json` version to `8.0.4` per [CVE-2024-30105](https://github.com/dotnet/announcements/issues/315) [#122](https://github.com/jet/FsCodec/pull/122)
15-
1613
### Removed
1714
### Fixed
1815

16+
<a name="3.0.1"></a>
17+
## [3.0.1] - 2024-7-11
18+
19+
### Changed
20+
21+
- `SystemTextJson`: Upped minimum `System.Text.Json` version to `8.0.4` per [CVE-2024-30105](https://github.com/dotnet/announcements/issues/315) [#122](https://github.com/jet/FsCodec/pull/122)
22+
1923
<a name="3.0.0"></a>
2024
## [3.0.0] - 2024-3-18
2125

@@ -471,7 +475,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com
471475

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

474-
[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.0...HEAD
478+
[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.1...HEAD
479+
[3.0.1]: https://github.com/jet/FsCodec/compare/3.0.0...3.0.1
475480
[3.0.0]: https://github.com/jet/FsCodec/compare/3.0.0-rc.18...3.0.0
476481
[3.0.0-rc.18]: https://github.com/jet/FsCodec/compare/3.0.0-rc.17...3.0.0-rc.18
477482
[3.0.0-rc.17]: https://github.com/jet/FsCodec/compare/3.0.0-rc.16...3.0.0-rc.17

0 commit comments

Comments
 (0)