diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec122a..d4c3793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.1] - 2023-09-13 + ### Fixed - Use the account to get the token in the header and send it to clear the cart and order diff --git a/manifest.json b/manifest.json index ed4ff63..05582fd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-quotes-graphql", - "version": "2.3.0", + "version": "2.3.1", "title": "B2B Quotes GraphQL", "description": "Backend for the B2B Quotes & Carts app", "builders": { diff --git a/node/package.json b/node/package.json index c40fe3e..6908487 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-quotes-graphql", - "version": "2.3.0", + "version": "2.3.1", "dependencies": { "co-body": "^6.0.0", "graphql": "^14.0.0",