You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,16 @@ The `Unreleased` section name is replaced by the expected version of next releas
10
10
11
11
### Added
12
12
### 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
-
16
13
### Removed
17
14
### Fixed
18
15
16
+
<aname="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
+
19
23
<aname="3.0.0"></a>
20
24
## [3.0.0] - 2024-3-18
21
25
@@ -471,7 +475,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com
471
475
472
476
Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0)
0 commit comments