From fd4d0469420172f7e77cff7ec4a3025f487e39d3 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Thu, 30 Aug 2018 10:33:32 -0300 Subject: [PATCH] Release v2.25.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa9a4e63..f485f00a8 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.25.1] - 2018-08-30 ### Added - List of SKU Item IDs in the Benefit Resolver to indicate what SKU Items are taking part in the benefit. diff --git a/manifest.json b/manifest.json index f56e16cb0..7b0f7bf3e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-graphql", - "version": "2.25.0", + "version": "2.25.1", "title": "GraphQL API for the VTEX store APIs", "description": "GraphQL schema and resolvers for the VTEX API for the catalog and orders.", "credentialType": "absolute",