diff --git a/CHANGELOG.md b/CHANGELOG.md index 15886a5d..2044ad21 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] + +## [1.7.0] - 2018-08-01 ### Added - Add `` and `<meta>` in store. These fields are available on admin settings. diff --git a/manifest.json b/manifest.json index d3948a5a..518c23c7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store", - "version": "1.6.1", + "version": "1.7.0", "title": "VTEX Store", "description": "The VTEX basic store.", "builders": { @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +}