Skip to content

Commit e38deba

Browse files
committed
PB-30206 Prepare v4.6.0-rc.2 release
1 parent 18e1f67 commit e38deba

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+4
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+
## [4.6.0-rc.2] - 2024-03-13
6+
### Fixed
7+
- PB-30182 Build the styleguide on version 4.6.1
8+
59
## [4.6.0-rc.1] - 2024-03-11
610
### Added
711
- PB-24485 As an administrator I can view the API healthcheck in the administration section

RELEASE_NOTES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The best part? All you have to do is head to GitHub and dive in! Of course, you
1010

1111
Enjoy the testing journey! ♥️
1212

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

3637
### Maintenance
3738
- PB-28247 Update cakephp/cakephp to version 4.5

config/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
return [
33
'passbolt' => [
4-
'version' => '4.6.0-rc.1',
4+
'version' => '4.6.0-rc.2',
55
'name' => 'Purple Haze',
66
],
77
'php' => [

0 commit comments

Comments
 (0)