diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bcf89556..6d7f72ec3 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] +## [2.158.0] - 2022-11-03 + ## [2.157.1] - 2022-09-22 ### Added - Handle the new `CheckoutOrderFormOwnership` cookie. diff --git a/manifest.json b/manifest.json index 86b5161e5..f71fc6baa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-graphql", - "version": "2.157.1", + "version": "2.158.0", "title": "GraphQL API for the VTEX store APIs", "description": "GraphQL schema and resolvers for the VTEX API for the catalog and orders.", "credentialType": "absolute", diff --git a/node/package.json b/node/package.json index 60176f3d3..8ab6905d1 100644 --- a/node/package.json +++ b/node/package.json @@ -63,5 +63,5 @@ "follow-redirects": "^1.14.8", "busboy": "^1.6.0" }, - "version": "2.157.1" + "version": "2.158.0" }