diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e3539a..533987f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -## [3.11.0] - 2023-02-27 +## [3.11.1] - 2023-02-27 ### Added - PB-22081 As a signed-in user I can import my passwords from a Mozilla web browsers csv export - PB-22082 As a signed-in user I can import my passwords from Safari web browser csv export @@ -32,10 +32,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). - PB-22588 As a signed-in user I want to import resources in Lastpass csv export following their conventions - PB-22701 As a signed-in user I should not see the MFA mandatory dialog if there are no MFA providers enabled for my organization - PB-22704 As a user with a configured account and SSO, I should be able to recover/setup another account +- PB-23277 As a signed-in user I should not have a 404 error with the flag mfa policy disable ### Security - PB-21645 As content code application I should be restricted to open ports only for applications I am allowed to open - PB-21754 As a user I should not see any trace of previously downloaded content in my history +- PB-23279 As a user completing a setup I should not have access to the background page decryption secret capabilities ### Maintenance PB-19641 Handle the setup and recover runtime object diff --git a/dist/chrome-mv3/passbolt-3.11.0.crx b/dist/chrome-mv3/passbolt-3.11.1.crx similarity index 79% rename from dist/chrome-mv3/passbolt-3.11.0.crx rename to dist/chrome-mv3/passbolt-3.11.1.crx index 71780a6f..ef063fb6 100644 Binary files a/dist/chrome-mv3/passbolt-3.11.0.crx and b/dist/chrome-mv3/passbolt-3.11.1.crx differ diff --git a/dist/chrome-mv3/passbolt-3.11.0.zip b/dist/chrome-mv3/passbolt-3.11.1.zip similarity index 79% rename from dist/chrome-mv3/passbolt-3.11.0.zip rename to dist/chrome-mv3/passbolt-3.11.1.zip index ef6c14c4..300d0d73 100644 Binary files a/dist/chrome-mv3/passbolt-3.11.0.zip and b/dist/chrome-mv3/passbolt-3.11.1.zip differ diff --git a/dist/chrome/passbolt-3.11.0.crx b/dist/chrome/passbolt-3.11.1.crx similarity index 79% rename from dist/chrome/passbolt-3.11.0.crx rename to dist/chrome/passbolt-3.11.1.crx index e2c7ad22..cfdeee73 100644 Binary files a/dist/chrome/passbolt-3.11.0.crx and b/dist/chrome/passbolt-3.11.1.crx differ diff --git a/dist/chrome/passbolt-3.11.0.zip b/dist/chrome/passbolt-3.11.1.zip similarity index 78% rename from dist/chrome/passbolt-3.11.0.zip rename to dist/chrome/passbolt-3.11.1.zip index 7c1ee508..d0587717 100644 Binary files a/dist/chrome/passbolt-3.11.0.zip and b/dist/chrome/passbolt-3.11.1.zip differ diff --git a/dist/firefox/passbolt-3.11.0.zip b/dist/firefox/passbolt-3.11.1.zip similarity index 81% rename from dist/firefox/passbolt-3.11.0.zip rename to dist/firefox/passbolt-3.11.1.zip index bee80b89..f5dc4c46 100644 Binary files a/dist/firefox/passbolt-3.11.0.zip and b/dist/firefox/passbolt-3.11.1.zip differ diff --git a/package-lock.json b/package-lock.json index 4a9f769b..3fd5ec41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "passbolt_-_open_source_password_manager", - "version": "3.11.0", + "version": "3.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "passbolt_-_open_source_password_manager", - "version": "3.11.0", + "version": "3.11.1", "license": "AGPL-3.0", "dependencies": { "@xmldom/xmldom": "^0.7.8", diff --git a/package.json b/package.json index 23705989..b4394eaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passbolt_-_open_source_password_manager", - "version": "3.11.0", + "version": "3.11.1", "license": "AGPL-3.0", "copyright": "Copyright 2022 Passbolt SA", "description": "Passbolt web extension for the open source password manager for teams", diff --git a/src/chrome-mv3/manifest.json b/src/chrome-mv3/manifest.json index 2a23b191..7ad6cebd 100644 --- a/src/chrome-mv3/manifest.json +++ b/src/chrome-mv3/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "3.11.0", + "version": "3.11.1", "description": "__MSG_appDescription__", "default_locale": "en", "externally_connectable": {}, diff --git a/src/chrome/manifest.json b/src/chrome/manifest.json index 66c63801..5f6c0af3 100644 --- a/src/chrome/manifest.json +++ b/src/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "3.11.0", + "version": "3.11.1", "description": "__MSG_appDescription__", "default_locale": "en", "externally_connectable": {}, diff --git a/src/firefox/manifest.json b/src/firefox/manifest.json index 6e14ca49..38ffbe14 100644 --- a/src/firefox/manifest.json +++ b/src/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "3.11.0", + "version": "3.11.1", "description": "__MSG_appDescription__", "default_locale": "en", "applications": {