From 087ce8a4e127d92286709337cf25c56dcd6e593a Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Tue, 5 May 2026 19:17:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20add=20top-level=20CHANGE?= =?UTF-8?q?LOG.md=20(keepachangelog=20format)=20(#66)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gabriel Radureau Co-committed-by: Gabriel Radureau --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9b66fe0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +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] + +## [0.1.0] - 2026-05-05 + +### Added + +- Magic-link passwordless authentication (ADR-0028 Phases A.1 through A.5, PRs #59-#63) +- OIDC provider config skeleton (ADR-0028 Phase B.1 prep, PR #64) +- Magic-link expired-token cleanup loop (PR #65) +- Mailpit local SMTP infrastructure (ADR-0029) +- BDD parallel email assertion strategy (ADR-0030)