From e19318f86ebe0ab32578427ed549906ebe39e60c Mon Sep 17 00:00:00 2001 From: Steffen Liersch Date: Sat, 16 Jan 2021 16:45:51 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2121c..f9c4b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [2.0.0] - 2021-01-16 ### Added - Additional constructor for JsonWriter - Additional overload for function BeginField of JsonWriter @@ -65,7 +65,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - NullReferenceException in SLJsonDeserializer and SLJsonSerializer on missing getter or setter - NullReferenceException in implicit type conversion on null value -[Unreleased]: https://github.com/steffen-liersch/Liersch.Json/compare/v1.0.2...HEAD +[Unreleased]: https://github.com/steffen-liersch/Liersch.Json/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/steffen-liersch/Liersch.Json/compare/v1.0.2...v2.0.0 [1.0.2]: https://github.com/steffen-liersch/Liersch.Json/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/steffen-liersch/Liersch.Json/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/steffen-liersch/Liersch.Json/tree/v1.0.0