diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb48cbf..16f01b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The changes documented here do not include those from the original repository. -## [Version 1.1.0] +## [Version 1.2.0] - Implemented Unit Tests for BackgroundJob operations on iOS (https://outsystemsrd.atlassian.net/browse/RMET-1210) @@ -26,7 +26,7 @@ The changes documented here do not include those from the original repository. - Implementation of notificaiton frequency (waiting period) for Android (https://outsystemsrd.atlassian.net/browse/RMET-1240) -## [Version 1.0.2] +## [Version 1.1.0] ## 2021-11-18 - Implementation of new variables and new version of background job iOS (https://outsystemsrd.atlassian.net/browse/RMET-1138) diff --git a/package.json b/package.json index 0624b559..dee6a5f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.outsystems.plugins.healthfitness", - "version": "1.1.0", + "version": "1.2.0", "description": "Health & Fitness cordova plugin for OutSystems applications.", "keywords": [ "ecosystem:cordova", diff --git a/plugin.xml b/plugin.xml index fdbb6d9a..594395f9 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + HealthFitness Health & Fitness cordova plugin for OutSystems applications. OutSystems Inc