diff --git a/CHANGELOG.md b/CHANGELOG.md index f09eb2bb..8cc0a40c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This file documents all notable changes made to ITFlow. +## [25.06.1] + +### Fixed +- Fixed a regression in setup causing it to crash and never complete, due to missing default for currency. + ## [25.06] ### Breaking CHANGES diff --git a/includes/app_version.php b/includes/app_version.php index 23a7f4b0..ea66f279 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", "25.06"); +DEFINE("APP_VERSION", "25.06.1");