From 772594cb33e0c8f66eccbe811043468afe39f2f6 Mon Sep 17 00:00:00 2001 From: Felipe Nascimento Date: Tue, 15 Feb 2022 15:47:54 +0000 Subject: [PATCH] chore(release): raised version to 1.2.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f01b64..7a7d8f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ 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.2.1] + +- Fixes Background Jobs bugs on Android 12 due to missing PendingIntent flag + ## [Version 1.2.0] - Implemented Unit Tests for BackgroundJob operations on iOS (https://outsystemsrd.atlassian.net/browse/RMET-1210) diff --git a/package.json b/package.json index dee6a5f0..9e81f25a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.outsystems.plugins.healthfitness", - "version": "1.2.0", + "version": "1.2.1", "description": "Health & Fitness cordova plugin for OutSystems applications.", "keywords": [ "ecosystem:cordova", diff --git a/plugin.xml b/plugin.xml index 594395f9..c9d2399a 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + HealthFitness Health & Fitness cordova plugin for OutSystems applications. OutSystems Inc