From 89447074c51c9378d4ca25bcc0af811be366f7ca Mon Sep 17 00:00:00 2001 From: Mikhail Yenuchenko Date: Mon, 3 Aug 2026 21:33:50 +0300 Subject: [PATCH] docs: cut CHANGELOG 0.2.0, reopen Unreleased MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renames the Unreleased section to 0.2.0 per the versioning convention in docs/progress.md — the accumulated panel/CI/ops work since 0.1.0 is a coherent release (SemVer minor bump; project is still pre-1.0). No git tag/image push yet; that stays an explicit step. Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca28ae..df1ee28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,10 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); version ## [Unreleased] +## [0.2.0] - 2026-08-03 + - panel: every authenticated page now ends with the running version - (`SelfPost 1.1.0`) in a small footer. It is the value a backup manifest is + (`SelfPost 0.2.0`) in a small footer. It is the value a backup manifest is checked against on restore, and the first thing to establish when the panel behaves unexpectedly. The login and setup pages deliberately do not show it.