Skip to content

Commit 3e5def9

Browse files
committed
PB-45554 Bump API version to v5.5.2
1 parent f1f8a27 commit 3e5def9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [5.5.2] - 2025-09-29
6+
### Fixed
7+
- PB-45439 As an administrator I can edit the metadata key settings when not editing zero-knowledge mode
8+
59
## [5.5.2-test.1] - 2025-09-29
610
### Fixed
711
- PB-45439 As an administrator I can edit the metadata key settings when not editing zero-knowledge mode when not editing zero-knowledge mode

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Passbolt 5.5.2 resolves an issue introduced in the previous version that affecte
44

55
We thank the community for reporting this issue!
66

7-
## [5.5.2-test.1] - 2025-09-29
7+
## [5.5.2] - 2025-09-29
88
### Fixed
9-
- PB-45439 As an administrator I can edit the metadata key settings when not editing zero-knowledge mode when not editing zero-knowledge mode
9+
- PB-45439 As an administrator I can edit the metadata key settings when not editing zero-knowledge mode

config/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
return [
33
'passbolt' => [
4-
'version' => '5.5.2-test.1',
4+
'version' => '5.5.2',
55
'name' => 'Hey Boy Hey Girl',
66
],
77
'php' => [

0 commit comments

Comments
 (0)