diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fbae131..6b112260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ This file documents all notable changes made to ITFlow. +## [26.02.1] Maint Release +### Bug Fixes +- Credentials: Fix Password Generator. +- Calendar: Restrict Events for client restricted agents. +- Ticket Merge: Fix. +- Asset Transfer: Fix. + +### New Features & Updates +- Report: Added Client Detail Auditing. +- API: Added Endpoint to retrieve time worked by agent. +- ajax-modal: Revert to previous JS implementation before 26.02 release. + ## [26.02] Stable Release ### Bug Fixes - Mail Parser - Do not automatically send new ticket notifications to noreply/donotreply addresses. diff --git a/includes/app_version.php b/includes/app_version.php index f030c794..bcefac1b 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", "26.02"); +DEFINE("APP_VERSION", "26.02.1");