From 7733feeca17e1be30acf3d3830d5f47aaa031e8c Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Thu, 10 Nov 2022 17:51:26 +0000 Subject: [PATCH 1/2] fix: use fixed versions References: https://outsystemsrd.atlassian.net/browse/RMET-2045 --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 28f0a4e..5f4c79c 100644 --- a/plugin.xml +++ b/plugin.xml @@ -34,7 +34,7 @@ - + From dc82ccf3baaf3054ccd30c1da85ee27b86d4272c Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Thu, 10 Nov 2022 18:57:10 +0000 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 303db1e..caa8142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ The changes documented here do not include those from the original repository. ## [Unreleased] +### 2022-11-10 +- Use fixed versions (https://outsystemsrd.atlassian.net/browse/RMET-2045). + ## [1.0.6] ### Fixes - Removed hook that adds swift support and added the plugin as dependecy. (https://outsystemsrd.atlassian.net/browse/RMET-1680)