From aeb7a78d85d09741fde068976b9a51ec94009f25 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Sun, 12 Sep 2021 14:42:51 +0100 Subject: [PATCH] Release 2.2.2 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0166201..4a03253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ The `Unreleased` section name is replaced by the expected version of next releas ### Removed ### Fixed + +## [2.2.2] - 2021-09-12 + +### Fixed + - Fix CI to stop emitting builds with incorrect versions (update MinVer to 2.5.0) @@ -182,7 +187,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.2.1...HEAD +[Unreleased]: https://github.com/jet/FsCodec/compare/2.2.2...HEAD +[2.2.2]: https://github.com/jet/FsCodec/compare/2.2.1...2.2.2 [2.2.1]: https://github.com/jet/FsCodec/compare/2.2.0...2.2.1 [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