diff --git a/CHANGELOG.md b/CHANGELOG.md index e1cf844a..6452b7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.36.0] - 2024-10-16 + ### Added - `Full Impersonation` Organization Setting, this will allow a Impersonator to also Switch between the User's Organization/Cost Center diff --git a/manifest.json b/manifest.json index 3cebd377..7a696e50 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "vtex", - "version": "1.35.2", + "version": "1.36.0", "title": "B2B Organizations", "description": "App to create and manage B2B Organizations and Cost Centers", "mustUpdateAt": "2022-08-28", diff --git a/react/package.json b/react/package.json index 93c1ae10..73c42b17 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.35.2", + "version": "1.36.0", "license": "UNLICENSED", "scripts": { "test": "vtex-test-tools test --passWithNoTests"