Increment Minor Version and update Changelog

This commit is contained in:
johnnyq 2025-06-02 14:19:04 -04:00
parent 73da203dbb
commit b777f80249
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

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