From 45412516264c0f61538ab4cf8e42502f59490b15 Mon Sep 17 00:00:00 2001 From: hiagolcm <40380674+hiagolcm@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:42:48 +0000 Subject: [PATCH] Release v0.56.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c19952f..c421b31 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.56.0] - 2023-09-15 + ## [0.55.0] - 2023-08-22 ### Added diff --git a/manifest.json b/manifest.json index 292b37d..6d508d2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "search-graphql", - "version": "0.55.0", + "version": "0.56.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",