From a02d78bde5a8a2830bf7e74646952d1a4e75d22a Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 21 May 2026 10:38:56 -0400 Subject: [PATCH] Bump Version --- CHANGELOG.md | 3 +++ includes/app_version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c13dfb3e..d5672b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ This file documents all notable changes made to ITFlow. +## [26.05.1] Stable Release +- Security Fixes. + ## [26.05] Stable Release ### Bug Fixes - Stripe Payment: Fix adding saved cards on client portal. diff --git a/includes/app_version.php b/includes/app_version.php index a89f2f73..dc06d457 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.05"); +DEFINE("APP_VERSION", "26.05.1");