diff --git a/CHANGELOG.md b/CHANGELOG.md index f420010..41b19b6 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 +## 3.5.0 - 2020-01-13 + +### Changed + +* Upgrade to Fable.Core 3.1.4 and fix warnings + ## 3.4.1 - 2019-10-25 ### Changed diff --git a/nacara.js b/nacara.js index dd3160e..e5e6d7c 100644 --- a/nacara.js +++ b/nacara.js @@ -10,7 +10,7 @@ module.exports = { editUrl: "https://github.com/thoth-org/Thoth.Json/edit/master/docs", title: "Thoth.Json", debug: true, - version: "3.4.1", + version: "3.5.0", navbar: { showVersion: true, links: [ diff --git a/src/Thoth.Json.fsproj b/src/Thoth.Json.fsproj index 2d78893..0c56f16 100644 --- a/src/Thoth.Json.fsproj +++ b/src/Thoth.Json.fsproj @@ -11,7 +11,7 @@ If you are interested on using it against .NET Core or .NET Framework, please us https://github.com/thoth-org/Thoth.Json fable;fsharp;json Maxime Mangel - 3.4.1 + 3.5.0 netstandard2.0