diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d5c74f3..40f48940 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] +## [0.50.0] - 2024-06-03 + ### Added - `Trade Name` to be searchable (Admin) diff --git a/manifest.json b/manifest.json index 2cd4027b..0ff6de41 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations-graphql", "vendor": "vtex", - "version": "0.49.6", + "version": "0.50.0", "title": "B2B Organizations", "description": "App to create and manage B2B Organizations and Cost Centers", "mustUpdateAt": "2022-08-28", diff --git a/node/package.json b/node/package.json index 92ad4c59..4b6d3720 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "0.49.6", + "version": "0.50.0", "dependencies": { "@types/lodash": "4.14.74", "@vtex/api": "6.46.1",