diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ed809..68c41c4 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.0.2] - 2018-12-04 ### Fixed - Add billingOptions on manifest.json. diff --git a/manifest.json b/manifest.json index 000766b..c0e617f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "google-adwords", "vendor": "vtex", - "version": "1.0.1", + "version": "1.0.2", "title": "Google Adwords", "description": "Google Adwords", "mustUpdateAt": "2019-04-03", @@ -36,4 +36,4 @@ } } } -} \ No newline at end of file +}