diff --git a/CHANGELOG.md b/CHANGELOG.md index 137f17c3b..252cdbd43 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.105.7] - 2019-09-19 + ## [2.105.6] - 2019-09-18 ### Fixed - Throw errors on `products` and `productSearch` queries when the `to` arg is greater than 2500. diff --git a/manifest.json b/manifest.json index e614967fc..c31c9e51f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-graphql", - "version": "2.105.6", + "version": "2.105.7", "title": "GraphQL API for the VTEX store APIs", "description": "GraphQL schema and resolvers for the VTEX API for the catalog and orders.", "credentialType": "absolute",