diff --git a/Funcky.Analyzers/Funcky.Analyzers.Package/Funcky.Analyzers.Package.csproj b/Funcky.Analyzers/Funcky.Analyzers.Package/Funcky.Analyzers.Package.csproj index 1c3e4f91..6d479ac6 100644 --- a/Funcky.Analyzers/Funcky.Analyzers.Package/Funcky.Analyzers.Package.csproj +++ b/Funcky.Analyzers/Funcky.Analyzers.Package/Funcky.Analyzers.Package.csproj @@ -12,7 +12,7 @@ Funcky.Analyzers - 1.4.0 + 1.4.1 Analyzers to guide to the correct usage of Funcky. funcky, analyzers, roslyn true diff --git a/Funcky.Async/Funcky.Async.csproj b/Funcky.Async/Funcky.Async.csproj index fa70228a..1fbe2c53 100644 --- a/Funcky.Async/Funcky.Async.csproj +++ b/Funcky.Async/Funcky.Async.csproj @@ -5,7 +5,7 @@ enable Extends Funcky with support for IAsyncEnumerable and Tasks. Functional Async Monad Linq - 1.4.0 + 1.4.1 true snupkg diff --git a/Funcky.Xunit/Funcky.Xunit.csproj b/Funcky.Xunit/Funcky.Xunit.csproj index 07146a0d..c73bcf89 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.1.0 + 2.1.1 true snupkg Funcky diff --git a/Funcky/Funcky.csproj b/Funcky/Funcky.csproj index 73b9aae2..ae48ed12 100644 --- a/Funcky/Funcky.csproj +++ b/Funcky/Funcky.csproj @@ -6,7 +6,7 @@ Funcky Funcky is a functional C# library Functional Monad Linq - 3.5.0 + 3.5.1 true snupkg README.md diff --git a/changelog.md b/changelog.md index 1a631b59..422d3e90 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,10 @@ 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.5.1 | Funcky.Async 1.4.1 | Funcky.Xunit 2.1.1 | Funcky.Analyzers 1.4.1 + +This is a patch release which fixes vulnerability warnings of (direct and transitive) dependencies. + ## Funcky 3.5.0 | Funcky.Async 1.4.0 | Funcky.Xunit 2.1.0 | Funcky.Analyzers 1.4.0 This update is mainly to update to .NET 9 but also has several smaller improvements.