diff --git a/CHANGELOG.md b/CHANGELOG.md index d2716467..f5fc71af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -## [4.9.4] - 2023-09-30 +## [4.9.4] - 2024-09-30 ### Fixed - PB-33927: Update the label for password expiry email notification - PB-34743: Fix: folder's sidebar information misses the creator and modifier information diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index af155f4c..1a1ef581 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,7 +4,7 @@ Passbolt v4.9.4 is a maintenance update of preparatory work for the incoming v5 Thank you to the community for reporting this issue. -## [4.9.4] - 2023-09-30 +## [4.9.4] - 2024-09-30 ### Fixed - PB-33927: Update the label for password expiry email notification - PB-34743: Fix: folder's sidebar information misses the creator and modifier information diff --git a/package-lock.json b/package-lock.json index afd6f63f..85da2fa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "passbolt-browser-extension", - "version": "4.9.4-rc.0", + "version": "4.9.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "passbolt-browser-extension", - "version": "4.9.4-rc.0", + "version": "4.9.4", "license": "AGPL-3.0", "dependencies": { "await-lock": "^2.1.0", diff --git a/package.json b/package.json index da53587b..9fdea79e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passbolt-browser-extension", - "version": "4.9.4-rc.0", + "version": "4.9.4", "license": "AGPL-3.0", "copyright": "Copyright 2022 Passbolt SA", "description": "Passbolt web extension for the open source password manager for teams",