diff --git a/CHANGELOG.md b/CHANGELOG.md index 69cbf40..595f6a5 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.4.0] - 2022-01-28 - final fix for the encryption - changed the products object mapping as in documentation - the iframe appending to html on orderPlaced events diff --git a/manifest.json b/manifest.json index dfd0c87..7fc1a33 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "profitshare", "vendor": "vtex", - "version": "0.3.16", + "version": "0.4.0", "title": "profitshare", "description": "profitshare", "billingOptions": { diff --git a/react/package.json b/react/package.json index 2810248..52992f3 100644 --- a/react/package.json +++ b/react/package.json @@ -25,5 +25,6 @@ "prettier": "^1.18.2", "tslint-eslint-rules": "^5.4.0", "typescript": "3.9.7" - } + }, + "version": "0.4.0" }