diff --git a/CHANGELOG.md b/CHANGELOG.md index fa86534..b48947e 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] +## [0.8.0] - 2019-10-29 + ## [0.7.3] - 2019-10-25 ### Changed - Change min replicas to 20. diff --git a/manifest.json b/manifest.json index f570a3e..f985a64 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-graphql", - "version": "0.7.3", + "version": "0.8.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 d8d4170..85c41a0 100644 --- a/node/package.json +++ b/node/package.json @@ -39,5 +39,5 @@ "eslint-config-vtex": "^10.1.0", "prettier": "^1.16.4" }, - "version": "0.7.3" + "version": "0.8.0" }