From b2ff39d84198241b709eff53b5934debc780080f Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Sun, 7 Nov 2021 13:17:54 -0500 Subject: [PATCH] Bump version to 2.8.0 - [Fixes to example documentation](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/148) Credits [@njlr](https://github.com/njlr) - Updates to Fable 3 [#1](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/129) [#2](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/149) Credits [@TheAngryByrd](https://github.com/TheAngryByrd) [@njlr](https://github.com/njlr) - [Adds Option.ofResult](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/147) Credits [@njlr](https://github.com/njlr) - [Adds Seq.sequenceResultM](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/146) Credits [@njlr](https://github.com/njlr) - [Adds Fantomas for formatting](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/151) Credits [@TheAngryByrd](https://github.com/TheAngryByrd) - [Adds Github Issue and Pull Request templates](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/152) Credits [@TheAngryByrd](https://github.com/TheAngryByrd) --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 97c369ea..9f9ab13a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -### 2.8.0-beta001 - November 07, 2021 +### 2.8.0 - November 07, 2021 - [Fixes to example documentation](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/148) Credits [@njlr](https://github.com/njlr) - Updates to Fable 3 [#1](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/129) [#2](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/149) Credits [@TheAngryByrd](https://github.com/TheAngryByrd) [@njlr](https://github.com/njlr) - [Adds Option.ofResult](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/147) Credits [@njlr](https://github.com/njlr)