Skip to content

Commit

Permalink
Merge branch 'feature/PB-30206_Prepare-RC2-ce' into 'release'
Browse files Browse the repository at this point in the history
PB-30206 Prepare v4.6.0-rc.2 release

See merge request passbolt/passbolt-ce-api!252
  • Loading branch information
pabloelcolombiano committed Mar 13, 2024
2 parents 18e1f67 + e38deba commit bf15c29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.6.0-rc.2] - 2024-03-13
### Fixed
- PB-30182 Build the styleguide on version 4.6.1

## [4.6.0-rc.1] - 2024-03-11
### Added
- PB-24485 As an administrator I can view the API healthcheck in the administration section
Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The best part? All you have to do is head to GitHub and dive in! Of course, you

Enjoy the testing journey! ♥️

## [4.6.0-rc.1] - 2024-03-11
## [4.6.0-rc.2] - 2024-03-13
### Added
- PB-24485 As an administrator I can view the API healthcheck in the administration section
- PB-29396 As an administrator I can hide the share folder capability with a RBAC
Expand All @@ -32,6 +32,7 @@ Enjoy the testing journey! ♥️
- PB-29054 As an administrator I should not get an error when running the cleanup command and the users table does not exist
- PB-28719 As an administrator sending emails the timezone displayed in the emails should be in the correct time zone
- PB-30266 As an administrator sending emails with the email digest the message ID should be defined
- PB-30182 Build the styleguide on version 4.6.1

### Maintenance
- PB-28247 Update cakephp/cakephp to version 4.5
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.6.0-rc.1',
'version' => '4.6.0-rc.2',
'name' => 'Purple Haze',
],
'php' => [
Expand Down

0 comments on commit bf15c29

Please sign in to comment.