diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a09ed3..ec73b69 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.2] - 2024-12-27 + ### Added - Some integration tests. @@ -51,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Relational storage (PostgreSQL and Microsoft SQL Server) for Identity entities. - Unit and Integration tests. -[unreleased]: https://github.com/Logitar/Identity/compare/v3.0.1...HEAD +[unreleased]: https://github.com/Logitar/Identity/compare/v3.0.2...HEAD +[3.0.2]: https://github.com/Logitar/Identity/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/Logitar/Identity/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/Logitar/Identity/compare/v2.0.0...v3.0.0 [2.0.0]: https://github.com/Logitar/Identity/compare/v1.0.0...v2.0.0 diff --git a/lib/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj b/lib/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj index 7a7acec..0515220 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.1.0 + 3.0.2.0 $(AssemblyVersion) LICENSE True - 3.0.1 + 3.0.2 en-CA True - Fixed EventBus; fixed Locale and Url constructor. + Fixed EventBus again; fixed API key expiration. 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 01d89cd..556dc0a 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.1.0 + 3.0.2.0 $(AssemblyVersion) LICENSE True - 3.0.1 + 3.0.2 en-CA True - Fixed EventBus; fixed Locale and Url constructor. + Fixed EventBus again; fixed API key expiration. 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 4dd1afa..d7f2581 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.1.0 + 3.0.2.0 $(AssemblyVersion) LICENSE True - 3.0.1 + 3.0.2 en-CA False - Fixed EventBus; fixed Locale and Url constructor. + Fixed EventBus again; fixed API key expiration. 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 36513cf..0e6c43b 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.1.0 + 3.0.2.0 $(AssemblyVersion) LICENSE True - 3.0.1 + 3.0.2 en-CA False - Fixed EventBus; fixed Locale and Url constructor. + Fixed EventBus again; fixed API key expiration. 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 b674328..11154ce 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.1.0 + 3.0.2.0 $(AssemblyVersion) LICENSE True - 3.0.1 + 3.0.2 en-CA False - Fixed EventBus; fixed Locale and Url constructor. + Fixed EventBus again; fixed API key expiration. 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 04df3dd..2e12754 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.1.0 + 3.0.2.0 $(AssemblyVersion) LICENSE True - 3.0.1 + 3.0.2 en-CA False - Fixed EventBus; fixed Locale and Url constructor. + Fixed EventBus again; fixed API key expiration. logitar;net;framework;identity;infrastructure https://github.com/Logitar/Identity/tree/main/lib/Logitar.Identity.Infrastructure