From cfc7827b23c37251e08182fbc2ad87e24083be1e Mon Sep 17 00:00:00 2001 From: Ishan Vyas Date: Tue, 26 Nov 2024 08:52:04 +0100 Subject: [PATCH] PB-37053 Update version to v4.10.1 --- CHANGELOG.md | 5 +++++ RELEASE_NOTES.md | 2 +- config/version.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28503c14a5..7bd534e641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.10.1] - 2024-11-26 +### Fixed +- PB-37010 Fix v5 resource types should not be returned if v5 flag is disabled +- PB-37011 Fix session keys creation modified date validation to match ISO 8601 format + ## [4.10.1-test.1] - 2024-11-25 ### Fixed - PB-37010 Fix v5 resource types should not be returned if v5 flag is disabled diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index aea30e8649..23977468c5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,7 +4,7 @@ Passbolt is pleased to announce the immediate availability of version v4.10.1. T We would like to express our appreciation to the community for raising the issue. Thank you for support & understanding. -## [4.10.1-test.1] - 2024-11-25 +## [4.10.1] - 2024-11-26 ### Fixed - PB-37010 Fix v5 resource types should not be returned if v5 flag is disabled - PB-37011 Fix session keys creation modified date validation to match ISO 8601 format diff --git a/config/version.php b/config/version.php index 65f015388b..3b40dd4044 100644 --- a/config/version.php +++ b/config/version.php @@ -1,7 +1,7 @@ [ - 'version' => '4.10.1-test.1', + 'version' => '4.10.1', 'name' => 'Strange Fruit', ], 'php' => [