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.
- Initial project structure with Clean Architecture
- Domain layer with core aggregates and value objects
- Application layer with CQRS handlers
- Infrastructure layer with Event Store implementation
- API layer with Minimal API endpoints
- GitHub Actions CI/CD pipeline
- Docker development environment
- Documentation and architecture guides
- HMAC-SHA256 transaction signing
- CSPRNG-based secure token generation
- Hash-chained event store for tamper detection
- JWT authentication with RS256
0.1.0 - Unreleased
Initial release with core functionality.