diff --git a/CHANGELOG.md b/CHANGELOG.md index ea14899fae..ef66e84e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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). +## [7.12.0] - 2024-01-09 + +### Fixed + +* **Assets**: Correct deserialization of assets without total asset size. +* **Comments**: Allow to reply to all comments, not only own comments. + +### Changed + +* **Jobs**: New job system to unify rules, backups and future background jobs. + ## [7.11.0] - 2023-12-22 ### Fixed