From f322fa27214c2e987c904908deb39e5497509451 Mon Sep 17 00:00:00 2001 From: Hivert Quentin Date: Thu, 19 Mar 2026 13:49:13 +0100 Subject: [PATCH] chore(release): 5.12.6 --- CHANGELOG.md | 6 ++++++ Version | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca403312..9a97b9c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.12.6](https://github.com/Alinto/sogo/compare/SOGo-5.12.6...SOGo-5.12.6) (2026-03-19) + +### Bug Fixes + +* **totp:** new user can properly use totp ([623f08](https://github.com/Alinto/sogo/commit/623f083cd94842766c6d9430cf3bdad8fc4d5dbc)) + ### [5.12.5](https://github.com/Alinto/sogo/compare/SOGo-5.12.4...SOGo-5.12.5) (2026-03-03) diff --git a/Version b/Version index 396f88203..3556ca3a6 100644 --- a/Version +++ b/Version @@ -1,3 +1,3 @@ MAJOR_VERSION=5 MINOR_VERSION=12 -SUBMINOR_VERSION=5 \ No newline at end of file +SUBMINOR_VERSION=6 \ No newline at end of file