diff --git a/README.md b/README.md index 8040e3e0..bb212baf 100644 --- a/README.md +++ b/README.md @@ -585,6 +585,8 @@ result.Should().Fail(); // throws A big thanks to the project contributors! +- [Dmitry Korotin](https://github.com/teheran) +- [michalsznajder](https://github.com/michalsznajder) - [Xavier](https://github.com/xavierjohn) - [Julien Aspirot](https://github.com/julienasp) - [Kyle McMaster](https://github.com/KyleMcMaster) diff --git a/version.txt b/version.txt index 9b3aa4a5..349a68b0 100644 --- a/version.txt +++ b/version.txt @@ -1,6 +1,7 @@ -2.37.0 +2.38.0 New features: -* #465 Adding optional IEqualityComparer for Maybe +* #489 Add GetValueOrDefault to Result +* #492 add a method overload for GetValueOrThrow, that enables a custom exception Fixed issues: -* None \ No newline at end of file +* #490 Fix symmetry violation of ValueObject comparison \ No newline at end of file