From 9c965dcb075c63755493c1571153c6c206c5563c Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Mon, 19 Jun 2023 22:12:01 +0200
Subject: [PATCH] docs: update changelog for alpha-2

---
 CHANGELOG.md | 26 ++++++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8cace8ce..c96f4dbd 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.
-- 
GitLab