diff --git a/CHANGELOG.md b/CHANGELOG.md index 60765bb14..8e6da8234 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.6.1] - 2018-6-27 ### Changed - _BuyButton_ don't wait add to cart to proceed to checkout page. - _BuyButton_ Component added isOneClickBuy attribute. diff --git a/manifest.json b/manifest.json index 5cb4e8ad7..0e0805cdb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "1.6.0", + "version": "1.6.1", "title": "VTEX Store Components", "defaultLocale": "pt-BR", "description": "The VTEX store components for that render apps can use",