diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cace8ce4ef6fcea5d1de43072d0a77e030546e9..c96f4dbdfbac8f3c9ea5254268d868e00da8e806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- API responses from Steering and Tank are now cached in `cache_dir` +- ... ### Changed -- Provide properties in API schemas in CamelCase notation (aura#141) +- ... ### Deprecated @@ -21,16 +21,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -- Remove mail service as it will be replaced by Prometheus monitoring (engine#109) +- ... ### Fixed -- Fix an issue where the Engine version is displayed in the logs wrongly +- ... ### Security - ... +## [1.0.0-alpha2] - 2023-06-19 + +### Added + +- API responses from Steering and Tank are now cached in `cache_dir` + +### Changed + +- Provide properties in API schemas in CamelCase notation (aura#141) + +### Removed + +- Remove mail service as it will be replaced by Prometheus monitoring (engine#109) + +### Fixed + +- Fix an issue where the Engine version is displayed in the logs wrongly + ## [1.0.0-alpha1] - 2023-02-22 Initial release.