From 6f5c15213bfb7f37e57ef4b1dc3eb0d1256a3b01 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Wed, 19 Feb 2025 10:26:13 -0400
Subject: [PATCH] docs: update CHANGELOG

---
 CHANGELOG.md | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55538f2..b310387 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,20 @@ 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).
 
-## [Unreleased]
+## [1.0.0-alpha6] - 2025-02-20
+
+### Added
+
+- Database SQLite support. (tank#52)
+
+### Changed
+
+- **BREAKING:** There is only one migration step.  You need to re-create the database and delete the existing files.
+- Update Go version to 1.23 (tank#84)
+
+### Fixed
+
+- /imports endpoint doesn’t return running imports (tank#85)
 
 ### Removed
 
@@ -19,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - The setting `DATABASE_URL` is now read from the environment.
 - The settings `CORS_ALLOWED_ORIGINS`, `CORS_ALLOWD_HEADER`, `CORS_ALLOWED_METHODS`,
  `TANK_CORS_ALLOW_CREDENTIALS` and `TANK_CORS_DEBUG` are read from the environment (tank#78)
-- `make release' target to the Makefile (tank#70)
+- `make release` target to the Makefile (tank#70)
 
 ### Changed
 
-- 
GitLab