diff --git a/CHANGELOG.md b/CHANGELOG.md index 38642ef2..f48a1111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ This file documents all notable changes made to ITFlow. +## [25.05.1] + +### Added / Changed +- Added Domain Expiring Card to Client Portal Dashboard for Primary and Technical Users. +- Added Balance and Monthly Recurring Amount to Client Portal Dahboard for Primary and Technical Users. + +### Fixed +- Add Payment not showing in Invoice. + + ## [25.05] ### Added / Changed diff --git a/includes/app_version.php b/includes/app_version.php index 3cbd4bb9..036a39ee 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.05"); +DEFINE("APP_VERSION", "25.05.1");