diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d444e..992ed22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] - 2019-08-29 + ## Fixed - App payload text to fit into container. diff --git a/manifest.json b/manifest.json index dcb407b..e4324d7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "example-payment-auth-app", "vendor": "vtex", - "version": "1.0.0", + "version": "1.0.1", "title": "Example Payment Authentication App", "description": "Example Payment Authentication App", "defaultLocale": "en",