diff --git a/CHANGELOG.md b/CHANGELOG.md index 23fbecd..3a29720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.2.2][1.2.2] - 08-Dec-2021 + +#### Added + +- plugins: Adds compatibility with aggregate transactions in health-to-earn. +- plugins: Adds referral code implementation for health-to-earn. + +#### Changed + +- deps: Updates @dhealthdapps/health-to-earn to version `v1.1.0`. + ## [1.2.1][1.2.1] - 24-Nov-2021 #### Added @@ -57,6 +68,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e - Some missing re-branding items for dHealth logos. +[1.2.2]: https://github.com/dhealthproject/dhealth-wallet/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/dhealthproject/dhealth-wallet/compare/v1.1.4...v1.2.1 [1.1.4]: https://github.com/dhealthproject/dhealth-wallet/compare/v1.0.0...v1.1.4 [1.0.0]: https://github.com/dhealthproject/dhealth-wallet/releases/tag/v1.0.0 diff --git a/package-lock.json b/package-lock.json index c8cf49e..2dbfacb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dhealth-wallet", - "version": "1.2.2-alpha202112082101", + "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7be1ba8..347725e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "dhealth-wallet", "description": "dHealth Wallet", "homepage": "https://github.com/dhealthproject/dhealth-wallet", - "version": "1.2.2-alpha202112082101", + "version": "1.2.2", "license": "Apache-2.0", "author": { "name": "Using Blockchain Ltd",