Skip to content

Commit 0dca0ce

Browse files
authored
Merge pull request #1161 from itflow-org/develop
Release 25.01.2
2 parents e3aafcb + b5be860 commit 0dca0ce

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
This file documents all notable changes made to ITFlow.
44

5-
## [25.01.01]
5+
## [25.01.2]
6+
### Fixed
7+
- Fixed app version.
8+
9+
## [25.01.1]
610

711
### Added / Changed
812
- Redesigned the Multi-Factor Authentication (MFA) Setup and Enforcement Flow UI/UX for a more intuitive user experience.

includes/app_version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* 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.
66
*/
77

8-
DEFINE("APP_VERSION", "25.01.1");
8+
DEFINE("APP_VERSION", "25.01.2");

0 commit comments

Comments
 (0)