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