mirror of https://github.com/itflow-org/itflow
Update app version and Changelog hotfix
This commit is contained in:
parent
d5665c2577
commit
1e98ee8916
|
|
@ -2,6 +2,13 @@
|
||||||
|
|
||||||
This file documents all notable changes made to ITFlow.
|
This file documents all notable changes made to ITFlow.
|
||||||
|
|
||||||
|
## [25.03.1]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Phone number missing in various sections.
|
||||||
|
- Match Database.
|
||||||
|
- Client Export Only display licenses users and assets from the selected client only.
|
||||||
|
|
||||||
## [25.03]
|
## [25.03]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -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.
|
* 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.03");
|
DEFINE("APP_VERSION", "25.03.1");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue