diff --git a/CHANGELOG.md b/CHANGELOG.md index 154e3b1..3cb6bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.10.0] - 2024-02-14 +### Added +- Forbidden Error Type +- README to NuGet package + ## [1.9.0] - 2024-01-06 ### Added -- ToErrorOr[^c57e75c9a086b1873e271b585a0a8830d19c78ec^] +- ToErrorOr ### Fixed -- Added Missing tests[^9d6dd483def27382a405af15b4610f37d54f960b^] +- Added Missing tests diff --git a/src/ErrorOr.csproj b/src/ErrorOr.csproj index 2955452..4c8427f 100644 --- a/src/ErrorOr.csproj +++ b/src/ErrorOr.csproj @@ -8,7 +8,7 @@ ErrorOr - 1.9.0 + 1.10.0 Amichai Mantinband icon-square.png Result,Results,ErrorOr,Error,Handling