diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad2199b..f3752d7f 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.11.0] - 2018-08-24 ### Changed - Bump major of `vtex.category-menu`. diff --git a/manifest.json b/manifest.json index 56985279..44e36aac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "dreamstore", - "version": "1.10.5", + "version": "1.11.0", "builders": { "pages": "0.x", "react": "2.x" @@ -34,4 +34,4 @@ "vtex.product-kit": "0.x", "vtex.telemarketing": "1.x" } -} \ No newline at end of file +}