diff --git a/Funcky.Xunit/Funcky.Xunit.csproj b/Funcky.Xunit/Funcky.Xunit.csproj index 9b581517..a03975a0 100644 --- a/Funcky.Xunit/Funcky.Xunit.csproj +++ b/Funcky.Xunit/Funcky.Xunit.csproj @@ -5,7 +5,7 @@ enable Package to use Funcky with xUnit Functional Monad xUnit - 2.0.1 + 2.0.2 true snupkg Funcky diff --git a/changelog.md b/changelog.md index d99a4de7..87ebdf44 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,9 @@ All notable changes to this project will be documented in this file. Funcky adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Funcky 3.4.0 | Funcky.Async 1.3.0 +## Funcky 3.4.0 | Funcky.Async 1.3.0 | Funcky.XUnit 2.0.2 + +This update is mainly to update to .NET 8 but also has several smaller improvements. ### .NET 8 @@ -65,6 +67,10 @@ All three alternative monads `Option`, `Either` and `Result` now support inspect These methods are particularly useful for logging warnings/errors. +### Funcky.XUnit + +* Funcky.XUnit is only compatible with XUnit 2.4, this is now correctly declared. + ## Funcky 3.2.0 | Funcky.Async 1.2.0 ### List Pattern for Option We've added support for C# 11's List Patterns to `Option`.