Bump Release to 25.06.1 - updated changelog

This commit is contained in:
johnnyq 2025-06-21 18:42:19 -04:00
parent c4e91df1ed
commit 49511276fd
2 changed files with 6 additions and 1 deletions

View File

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

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.06");
DEFINE("APP_VERSION", "25.06.1");