diff --git a/CHANGELOG.md b/CHANGELOG.md index 485b10fd..16c7a109 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.25.0] - 2023-07-24 + ### Added - Added the custom fields to the organization request admin page view diff --git a/manifest.json b/manifest.json index dc9b3ccc..571db2a2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "vtex", - "version": "1.24.8", + "version": "1.25.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 c9ce5770..b909b20c 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.24.8", + "version": "1.25.0", "license": "UNLICENSED", "scripts": { "test": "vtex-test-tools test --passWithNoTests"