diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8cf3f..7f5093f 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] + +## [0.9.0] - 2021-02-24 - Translation for main page title - Translation for "Show only differences" button diff --git a/manifest.json b/manifest.json index 2431a53..0a2e442 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-comparison", - "version": "0.8.1-beta.0", + "version": "0.9.0", "title": "Product Comparison", "description": "Product Comparison", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 678a0cc..3a52e56 100644 --- a/react/package.json +++ b/react/package.json @@ -26,5 +26,5 @@ "tslint-eslint-rules": "^5.4.0", "typescript": "3.9.7" }, - "version": "0.8.0" + "version": "0.9.0" }