From 6bea86c6401c4226b94f122c1f2cfae412888c55 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Sun, 23 May 2021 19:32:29 -0400 Subject: [PATCH] Bump version to 2.4.0 - Adds defaultError and zipError helpers Credits [@sep2](https://github.com/sep2) - (https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/130) --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 52e2f0c7..fdb9d6ab 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 2.4.0-beta001 - May 23, 2021 +#### 2.4.0 - May 23, 2021 - Adds defaultError and zipError helpers Credits [@sep2](https://github.com/sep2) - (https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/130) #### 2.3.0 - May 14, 2021 - Adds Applicative Support to OptionCE. Also adds bindings for Nullable and null objects Credits [@TheAngryByrd](https://github.com/TheAngryByrd) - (https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/126)