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");