From e18a6686f85ddae59c0fcfd12f6a96962b1defd5 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Thu, 11 Jul 2024 14:42:55 +0100 Subject: [PATCH] Release 3.0.1 FsCodec.SystemTextJson only --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d70fa7..2b7eacc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,16 @@ The `Unreleased` section name is replaced by the expected version of next releas ### Added ### Changed - -- `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) - ### Removed ### Fixed + +## [3.0.1] - 2024-7-11 + +### Changed + +- `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) + ## [3.0.0] - 2024-3-18 @@ -471,7 +475,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/3.0.0...HEAD +[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.1...HEAD +[3.0.1]: https://github.com/jet/FsCodec/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/jet/FsCodec/compare/3.0.0-rc.18...3.0.0 [3.0.0-rc.18]: https://github.com/jet/FsCodec/compare/3.0.0-rc.17...3.0.0-rc.18 [3.0.0-rc.17]: https://github.com/jet/FsCodec/compare/3.0.0-rc.16...3.0.0-rc.17