diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0bbdb..cb4f956 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.4.0] - 2023-11-07 + ### Added - add an authentication metric to check if the access is authenticated diff --git a/manifest.json b/manifest.json index 05582fd..9b2fdf7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-quotes-graphql", - "version": "2.3.1", + "version": "2.4.0", "title": "B2B Quotes GraphQL", "description": "Backend for the B2B Quotes & Carts app", "builders": { diff --git a/node/package.json b/node/package.json index 6908487..71f2837 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-quotes-graphql", - "version": "2.3.1", + "version": "2.4.0", "dependencies": { "co-body": "^6.0.0", "graphql": "^14.0.0",