From 5b5e2c32af3e130a505a5234ef86db1feccbef46 Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Wed, 5 Jun 2019 14:49:29 +0200 Subject: [PATCH] Release 3.3.0 --- CHANGELOG.md | 5 +++++ src/Thoth.Json.Net.fsproj | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bbf6ba..2543862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 3.3.0 - 2019-06-05 +### Fixed + +* Fix #12: Support auto coders with recursive types (by @alfonsogarciacaro) + ## 3.2.0 - 2019-05-14 ### Fixed diff --git a/src/Thoth.Json.Net.fsproj b/src/Thoth.Json.Net.fsproj index c56a194..977965b 100644 --- a/src/Thoth.Json.Net.fsproj +++ b/src/Thoth.Json.Net.fsproj @@ -7,7 +7,7 @@ https://github.com/thoth-org/Thoth.Json.Net fsharp;json Maxime Mangel - 3.2.0 + 3.3.0 netstandard2.0;net46