diff --git a/CHANGELOG.md b/CHANGELOG.md index c21bcc1..a7fd0b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.0] - 2019-02-27 + ### Changed - Props expected by ProductImage component diff --git a/manifest.json b/manifest.json index 685ba88..3ed317d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "order-details", - "version": "0.1.0", + "version": "1.0.0", "title": "Order Details Components", "description": "Components to display information on an order", "defaultLocale": "pt-BR",