From 35402a9d8b8b5efd7c61cb1959907a6606fd83f6 Mon Sep 17 00:00:00 2001 From: Maxime Date: Thu, 15 Oct 2020 20:38:39 +0200 Subject: [PATCH] Release v5 --- CHANGELOG.md | 6 ++++++ global.json | 2 +- src/Thoth.Json.Net.fsproj | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5773b2..040f03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 5.0.0 - 2020-10-15 + +### Fixed + +* PR #39: optionalAt now returns `Ok None` even when the path does not exist (by @rommsen) + ## 4.0.0 - 2020-03-04 ### Changed diff --git a/global.json b/global.json index 91b1675..0b2cf8a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "3.1.101", + "version": "3.1.100", "rollForward": "latestFeature" } } diff --git a/src/Thoth.Json.Net.fsproj b/src/Thoth.Json.Net.fsproj index aa33f1c..b0cd601 100644 --- a/src/Thoth.Json.Net.fsproj +++ b/src/Thoth.Json.Net.fsproj @@ -6,7 +6,7 @@ https://github.com/thoth-org/Thoth.Json.Net fsharp;json Maxime Mangel - 4.0.0 + 5.0.0 netstandard2.0;net46