diff --git a/CHANGELOG.md b/CHANGELOG.md index 1526069c..7c421a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.0] - 2022-11-30 + +### Added + +* **API**: New endpoints to fetch notifications across users. +* **API**: New endpoint to fetch unseen notifications. +* **API**: More API tests. +* **General**: Internal Notifo APP. + +### Changed + +* **Email**: Updated MJML version. +* **Runtime**: Migration to Mediatr. +* **Runtime**: Moving to scoped namespaces. +* **Runtime**: Moved to .NET 7. +* **Tracking**: New tracking system. + +### Fixed + +* **API**: Fixed to OpenAPI +* **Assets**: Fixes to asset proxy. + ## [1.2.2] - 2022-08-10 ### Fixed