diff --git a/CHANGELOG.md b/CHANGELOG.md index 22aec1707..967cf0ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.22.0] - 2018-08-23 ### Added - New `Logistics` type and resolvers. diff --git a/manifest.json b/manifest.json index 4a3adb9ad..6c508b4e7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,13 @@ { "vendor": "vtex", "name": "store-graphql", - "version": "2.21.3", + "version": "2.22.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", - "registries": ["smartcheckout"], + "registries": [ + "smartcheckout" + ], "builders": { "graphql": "1.x", "node": "3.x"