From ce7ecacf9336c9dd6543059aca61cf3ecaea4586 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Wed, 5 May 2021 22:19:34 +0100 Subject: [PATCH] Release 2.2.0 --- CHANGELOG.md | 13 ++++++++++--- Directory.Build.props | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 617eced..db554a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,19 @@ The `Unreleased` section name is replaced by the expected version of next releas ## [Unreleased] +### Added +### Changed +### Removed +### Fixed + + +## [2.2.0] - 2021-05-05 + ### Added - `NewtonsoftJson.Serdes.DefaultSettings`: Exposes default settings (for use with ASP.NET Core `.AddNewtonsoftJson`) [#63](https://github.com/jet/FsCodec/pull/63) - `SystemTextJson.Serdes.DefaultOptions`: Exposes default options (for use with ASP.NET Core `.AddJsonOptions`) [#63](https://github.com/jet/FsCodec/pull/63) -### Changed -### Removed ### Fixed - Clarify `StreamName.parse` exception message [#58](https://github.com/jet/FsCodec/pull/58) :pray: [@dharmaturtle](https://github.com/dharmaturtle) @@ -167,7 +173,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0) -[Unreleased]: https://github.com/jet/FsCodec/compare/2.1.1...HEAD +[Unreleased]: https://github.com/jet/FsCodec/compare/2.2.0...HEAD +[2.2.0]: https://github.com/jet/FsCodec/compare/2.1.1...2.2.0 [2.1.1]: https://github.com/jet/FsCodec/compare/2.1.0...2.1.1 [2.1.0]: https://github.com/jet/FsCodec/compare/2.0.1...2.1.0 [2.0.1]: https://github.com/jet/FsCodec/compare/2.0.0...2.0.1 diff --git a/Directory.Build.props b/Directory.Build.props index ddcf614..d6b6abc 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,7 +6,7 @@ https://github.com/jet/FsCodec fsharp unionconverter eventcodec JsonPickler JsonIsomorphism json converters typeshape Apache-2.0 - Copyright © 2016-20 + Copyright © 2016-21 netcoreapp3.1;net461