From 28d3c587505ee87ea7badce32b44d34b8d1904c0 Mon Sep 17 00:00:00 2001 From: Ebere Abanonu Date: Wed, 23 Mar 2022 17:13:14 +0100 Subject: [PATCH] Version 0.12.1 release (#302) * Version 0.12.1 release * Update RELEASE_NOTES.md Co-authored-by: Gregorius Soedharmo --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 986e18d2..d58e46fa 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +### 0.12.1 March 23 2022 #### + +* Fix disallow-unsafe-type Akka.NET settings and harden unsafe type detection [301](https://github.com/akkadotnet/Hyperion/pull/301) +* Bump [Akka version from 1.4.34 to 1.4.35](https://github.com/akkadotnet/akka.net/releases/tag/1.4.35) + ### 0.12.0 January 12 2022 #### * Allow explicit control over which types can be deserialized [#281](https://github.com/akkadotnet/Hyperion/pull/281)