Skip to content

Commit

Permalink
PB-37053 Update version to v4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanvyas22 committed Nov 26, 2024
1 parent 4254a4c commit cfc7827
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
return [
'passbolt' => [
'version' => '4.10.1-test.1',
'version' => '4.10.1',
'name' => 'Strange Fruit',
],
'php' => [
Expand Down

0 comments on commit cfc7827

Please sign in to comment.