diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc53b2..97fa3c3 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.6.4] - 2024-10-31 + ### Fixed - Only update Status, LastUpdate and UpdateHistory, in expired quotes diff --git a/manifest.json b/manifest.json index 1966baa..8eecabe 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-quotes-graphql", - "version": "2.6.3", + "version": "2.6.4", "title": "B2B Quotes GraphQL", "description": "Backend for the B2B Quotes & Carts app", "builders": { diff --git a/node/package.json b/node/package.json index 5911560..914af65 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-quotes-graphql", - "version": "2.6.3", + "version": "2.6.4", "dependencies": { "co-body": "^6.0.0", "graphql": "^14.0.0",