diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d1e0b82..4180c1e1 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.34.1] - 2024-08-21 + ### Fixed - Update pagination selected option in Organization Details pages diff --git a/manifest.json b/manifest.json index 0b6302d9..fb1bc13f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "vtex", - "version": "1.34.0", + "version": "1.34.1", "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 d99c7995..29fed388 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.34.0", + "version": "1.34.1", "license": "UNLICENSED", "scripts": { "test": "vtex-test-tools test --passWithNoTests"