From 1422e083059f6af9bf35aedc3d723f06cc905848 Mon Sep 17 00:00:00 2001 From: Francis Pion Date: Fri, 27 Dec 2024 20:42:37 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ .../Logitar.Identity.Contracts.csproj | 6 +++--- lib/Logitar.Identity.Core/Logitar.Identity.Core.csproj | 6 +++--- .../Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj | 6 +++--- .../Logitar.Identity.EntityFrameworkCore.Relational.csproj | 6 +++--- .../Logitar.Identity.EntityFrameworkCore.SqlServer.csproj | 6 +++--- .../Logitar.Identity.Infrastructure.csproj | 6 +++--- 7 files changed, 22 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d9678..26119cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +Nothing yet. + +## [3.0.5] - 2024-12-27 + ### Fixed - Event handlers are now idempotent. diff --git a/lib/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj b/lib/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj index 798699a..b74a0f5 100644 --- a/lib/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj +++ b/lib/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 3.0.4.0 + 3.0.5.0 $(AssemblyVersion) LICENSE True - 3.0.4 + 3.0.5 en-CA True - Fixed Session ID on User.SignIn method. + Event handlers are now idempotent. logitar;net;framework;identity;contracts https://github.com/Logitar/Identity/tree/main/lib/Logitar.Identity.Contracts diff --git a/lib/Logitar.Identity.Core/Logitar.Identity.Core.csproj b/lib/Logitar.Identity.Core/Logitar.Identity.Core.csproj index 985ebec..840f1a8 100644 --- a/lib/Logitar.Identity.Core/Logitar.Identity.Core.csproj +++ b/lib/Logitar.Identity.Core/Logitar.Identity.Core.csproj @@ -14,14 +14,14 @@ README.md https://github.com/Logitar/Identity git - 3.0.4.0 + 3.0.5.0 $(AssemblyVersion) LICENSE True - 3.0.4 + 3.0.5 en-CA True - Fixed Session ID on User.SignIn method. + Event handlers are now idempotent. logitar;net;framework;identity;domain https://github.com/Logitar/Identity/tree/main/lib/Logitar.Identity.Core diff --git a/lib/Logitar.Identity.EntityFrameworkCore.PostgreSQL/Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj b/lib/Logitar.Identity.EntityFrameworkCore.PostgreSQL/Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj index 5ee801e..d540444 100644 --- a/lib/Logitar.Identity.EntityFrameworkCore.PostgreSQL/Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj +++ b/lib/Logitar.Identity.EntityFrameworkCore.PostgreSQL/Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 3.0.4.0 + 3.0.5.0 $(AssemblyVersion) LICENSE True - 3.0.4 + 3.0.5 en-CA False - Fixed Session ID on User.SignIn method. + Event handlers are now idempotent. logitar;net;framework;identity;entityframeworkcore;postgres https://github.com/Logitar/Identity/tree/main/lib/Logitar.Identity.EntityFrameworkCore.PostgreSQL diff --git a/lib/Logitar.Identity.EntityFrameworkCore.Relational/Logitar.Identity.EntityFrameworkCore.Relational.csproj b/lib/Logitar.Identity.EntityFrameworkCore.Relational/Logitar.Identity.EntityFrameworkCore.Relational.csproj index 3526fa9..c1eadea 100644 --- a/lib/Logitar.Identity.EntityFrameworkCore.Relational/Logitar.Identity.EntityFrameworkCore.Relational.csproj +++ b/lib/Logitar.Identity.EntityFrameworkCore.Relational/Logitar.Identity.EntityFrameworkCore.Relational.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 3.0.4.0 + 3.0.5.0 $(AssemblyVersion) LICENSE True - 3.0.4 + 3.0.5 en-CA False - Fixed Session ID on User.SignIn method. + Event handlers are now idempotent. logitar;net;framework;identity;entityframeworkcore;relational https://github.com/Logitar/Identity/tree/main/lib/Logitar.Identity.EntityFrameworkCore.Relational diff --git a/lib/Logitar.Identity.EntityFrameworkCore.SqlServer/Logitar.Identity.EntityFrameworkCore.SqlServer.csproj b/lib/Logitar.Identity.EntityFrameworkCore.SqlServer/Logitar.Identity.EntityFrameworkCore.SqlServer.csproj index 0d86d45..8577970 100644 --- a/lib/Logitar.Identity.EntityFrameworkCore.SqlServer/Logitar.Identity.EntityFrameworkCore.SqlServer.csproj +++ b/lib/Logitar.Identity.EntityFrameworkCore.SqlServer/Logitar.Identity.EntityFrameworkCore.SqlServer.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 3.0.4.0 + 3.0.5.0 $(AssemblyVersion) LICENSE True - 3.0.4 + 3.0.5 en-CA False - Fixed Session ID on User.SignIn method. + Event handlers are now idempotent. logitar;net;framework;identity;entityframeworkcore;sqlserver https://github.com/Logitar/Identity/tree/main/lib/Logitar.Identity.EntityFrameworkCore.SqlServer diff --git a/lib/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj b/lib/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj index 16a581b..fe60ae4 100644 --- a/lib/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj +++ b/lib/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 3.0.4.0 + 3.0.5.0 $(AssemblyVersion) LICENSE True - 3.0.4 + 3.0.5 en-CA False - Fixed Session ID on User.SignIn method. + Event handlers are now idempotent. logitar;net;framework;identity;infrastructure https://github.com/Logitar/Identity/tree/main/lib/Logitar.Identity.Infrastructure