From bbbdec7f5e79302bce0a15126e9ba6bd4d9c80a6 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Tue, 2 Oct 2018 14:47:59 -0300 Subject: [PATCH] Release v2.31.7 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffcb93d80..efe78d312 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.31.7] - 2018-10-02 ### Fixed - `updateOrderformShipping` passing of props in resolver and dataSource diff --git a/manifest.json b/manifest.json index 400c9721d..23ee83d40 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-graphql", - "version": "2.31.6", + "version": "2.31.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",