diff --git a/CHANGELOG.md b/CHANGELOG.md index 487abda7ad..739f2a81d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6bafc3b1a1..e8662bfc64 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 @@ -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 diff --git a/config/version.php b/config/version.php index 5ba380f862..43889ac632 100644 --- a/config/version.php +++ b/config/version.php @@ -1,7 +1,7 @@ [ - 'version' => '4.6.0-rc.1', + 'version' => '4.6.0-rc.2', 'name' => 'Purple Haze', ], 'php' => [