From 854d0388016e2d872cb5f3b04156b00f5ebe1811 Mon Sep 17 00:00:00 2001 From: David Hernando Date: Fri, 3 May 2024 10:00:00 +0200 Subject: [PATCH] Added 2.3.0 version to `CHANGELOG.md` Signed-off-by: David Hernando --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb5702..190db34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ All notable changes to this project will be documented in this file. The format [comment]: <> (Fixed: any bug fixes) [comment]: <> (Security: in case of vulnerabilities) +## [2.3.0] + +### Added +* Compatibility with `netstandard2.0` framework. +* Multi-framework nuget package. + ## [2.2.0] ### Added @@ -77,6 +83,7 @@ This new type permits to parse correctly the value `"00"` used for system blocks ### Added * Initial release of Casper .NET SDK. +[2.3.0]: https://github.com/make-software/casper-net-sdk/releases/tag/v2.3.0 [2.2.0]: https://github.com/make-software/casper-net-sdk/releases/tag/v2.2.0 [2.1.0]: https://github.com/make-software/casper-net-sdk/releases/tag/v2.1.0 [2.0.0]: https://github.com/make-software/casper-net-sdk/releases/tag/v2.0.0