From 5997f8fd5680c0bbe9901eb213ea7f45ee548df4 Mon Sep 17 00:00:00 2001 From: Ruben Schmidmeister <4602612+bash@users.noreply.github.com> Date: Wed, 14 Sep 2022 10:16:36 +0200 Subject: [PATCH] Bump version and update changelog --- Funcky.EntityFrameworkCore/Funcky.EntityFrameworkCore.csproj | 2 +- changelog.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Funcky.EntityFrameworkCore/Funcky.EntityFrameworkCore.csproj b/Funcky.EntityFrameworkCore/Funcky.EntityFrameworkCore.csproj index 05a7e7c..fb71f9b 100644 --- a/Funcky.EntityFrameworkCore/Funcky.EntityFrameworkCore.csproj +++ b/Funcky.EntityFrameworkCore/Funcky.EntityFrameworkCore.csproj @@ -7,7 +7,7 @@ Interoperability between Funcky and EF Core Interoperability between Funcky and EF Core Functional Monad EFCore EntityFramework - 0.1.0 + 1.0.0 readme.md diff --git a/changelog.md b/changelog.md index b9e16ae..74cb0ba 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # Changelog -## Unreleased +## 1.0.0 +* Breaking: Updated to Funcky 3.0.0. * Breaking: Add an optional `cancellationToken` parameter to all async `IQueryable` extensions. (polyadic/funcky#433) * Breaking: Move extensions to `Funcky.Extensions` namespace. (polyadic/funcky#460)