From 5abb8171136c83b443af7e5ea19ac3f634e13c47 Mon Sep 17 00:00:00 2001 From: ullayne02 <20619554+ullayne02@users.noreply.github.com> Date: Wed, 17 Mar 2021 20:09:17 +0000 Subject: [PATCH] Release v0.41.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2333f9a..e19a90f 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.41.0] - 2021-03-17 + ### Added - `RegionId` to the `ProductSuggestion` query. diff --git a/manifest.json b/manifest.json index 994e0c5..73f7474 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-graphql", - "version": "0.40.0", + "version": "0.41.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",