Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 936 Bytes

CHANGELOG.md

File metadata and controls

31 lines (20 loc) · 936 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Nothing yet.

2.0.0 - 2024-06-06

Changed

  • Contracts project now targets .NET Standard 2.1.
  • Refactored domain events and aggregates.
  • Upgraded NuGet packages.

1.0.0 - 2024-03-25

Added

  • Role, API key, User, Session, One-Time Password (OTP) domain events and aggregates.
  • Password (PBKDF2) and JSON Web Token management.
  • Relational storage (PostgreSQL and Microsoft SQL Server) for Identity entities.
  • Unit and Integration tests.