Skip to content

Commit

Permalink
Bump version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amantinband committed Feb 14, 2024
1 parent 4e4b17c commit 605e497
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/ErrorOr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<PropertyGroup>
<PackageId>ErrorOr</PackageId>
<Version>1.9.0</Version>
<Version>1.10.0</Version>
<Authors>Amichai Mantinband</Authors>
<PackageIcon>icon-square.png</PackageIcon>
<PackageTags>Result,Results,ErrorOr,Error,Handling</PackageTags>
Expand Down

0 comments on commit 605e497

Please sign in to comment.