From f32d7be7fdfbd3f8fdd4a189dd91253ff9c952da Mon Sep 17 00:00:00 2001 From: Julian Dehm Date: Mon, 17 Jun 2024 14:15:16 +0200 Subject: [PATCH] release v2406.1 --- CHANGELOG.md | 12 ++++++++++++ changelog/_1112.md | 4 ---- 2 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 changelog/_1112.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd7e7ef..2d1d96ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. Since version v2306 the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), This project (not yet) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v2406.1 + +### Changed + +- rebased on aplus v2406.2 +- update djangosaml2 to v 1.9.3 + +### Fixed + +- add account logout view to allowed urls during saml signup. Fixes aborting + the saml signup not being possible (#6). + ## v2312.1 ### Changed diff --git a/changelog/_1112.md b/changelog/_1112.md deleted file mode 100644 index 87f33c10..00000000 --- a/changelog/_1112.md +++ /dev/null @@ -1,4 +0,0 @@ -### Fixed - -- add account logout view to allowed urls during saml signup. Fixes aborting - the saml signup not being possible (#6).