From 52549d821c089bd1bdfb7e91ed60021da5ca2942 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Fri, 10 Jul 2020 07:56:52 -0400 Subject: [PATCH] version --- README.md | 1 + version.txt | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30804647..7232951a 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ return _customerRepository.GetById(id) ## Contributors A big thanks to the project contributors! + * [svroonland](https://github.com/svroonland) * [JvSSD](https://github.com/JvSSD) * [mnissl](https://github.com/mnissl) * [Vladimir Makaev](https://github.com/VladimirMakaev) diff --git a/version.txt b/version.txt index 87f48da8..1f4766da 100644 --- a/version.txt +++ b/version.txt @@ -1,6 +1,7 @@ -2.9.0 +2.10.0 New features: -* #209 Proposal: implicit conversion from E to Result +* #212 Add `Maybe.ToList()` +* #213 Add `[Obsolete]` on top of `Result.Ok` methods Fixed issues: * None \ No newline at end of file