diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac224ff..379e7e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.31.5] - 2024-05-28 ### Fixed - Save new address within the Cost Center in the store diff --git a/manifest.json b/manifest.json index eee43ed6..9bfdb876 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "vtex", - "version": "1.31.4", + "version": "1.31.5", "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 8e4fed72..c8dd95e0 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.31.4", + "version": "1.31.5", "license": "UNLICENSED", "scripts": { "test": "vtex-test-tools test --passWithNoTests"