From 57db00a32b6346145a9ceb71872a87e30fc32375 Mon Sep 17 00:00:00 2001 From: "jose.fernandez" Date: Tue, 13 Jul 2021 11:30:54 +0200 Subject: [PATCH] Updated pom to new version for next release 2.2.3 and updated CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ pom.xml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b8ea53..9072ea32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 2.2.3 + +* Added a new tag, @jira(QMS-123), that will allow users to skip the execution of scenarios based on the status of the referenced entities in Jira. this tag could also change the status of the entity in Jira based on the result of the scenario execution + +* Minor fixes in README file + +* Minor fix in footer message shown during tests executions + +* Removed references to old variables placeholders (!{}, @{} and #{}) + +* Updated javadoc documentation for some rest steps + ## 2.2.2 * Fixed problem that was causing the wrong body to be sent when using DocStrings in REST steps diff --git a/pom.xml b/pom.xml index db02b085..92b4c9ad 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.privaliatech gingerspec - 2.2.2 + 2.2.3 Privalia GingerSpec framework Acceptance Test library. General purpose automation framework.