From aab8b34970f9380e4a2c95aa707a19e13d08b10a Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 3 Jul 2026 12:15:05 -0400 Subject: [PATCH] Bump ITFlow Version and changelog --- CHANGELOG.md | 6 ++++++ includes/app_version.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d6bd9c..0a01607b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This file documents all notable changes made to ITFlow. +## [26.07.1] + +### Bug fixes +- Fixed broken M365 and Google Workspaces OAUTH2 in Mail Settings. + + ## [26.07] ### Major Changes diff --git a/includes/app_version.php b/includes/app_version.php index 35427c1e..625e0649 100644 --- a/includes/app_version.php +++ b/includes/app_version.php @@ -5,4 +5,4 @@ * Update this file each time we merge develop into master. Format is YY.MM (add a .v if there is more than one release a month. */ -DEFINE("APP_VERSION", "26.07"); +DEFINE("APP_VERSION", "26.07.1");