Skip to content

Commit

Permalink
Updated POM for next release (2.2.5) and Updated CHANGELOG file
Browse files Browse the repository at this point in the history
  • Loading branch information
jose.fernandez committed Jul 21, 2021
1 parent a0e464d commit c3417f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.2.5

* Small update in JiraConnector. Search of the correct transition id by name is now case insensitive.

* Comment posted to jira now only contains path from content root and not full path.

* Added a hook to change logging level at runtime (@debug, @trace, @info, etc). This is for debugging within Intellij IDEA.

* Added information in README file about the Jira tag hook.

## 2.2.4

* Jira tags can now use brackets instead of parenthesis (i.e @jira[QMS-123]). This is because it can be problematic to run scenarios based on tags if the tags contains parenthesis (it is a reserved character for cucumber tags)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.privaliatech</groupId>
<artifactId>gingerspec</artifactId>
<version>2.2.4</version>
<version>2.2.5</version>

<name>Privalia GingerSpec framework</name>
<description>Acceptance Test library. General purpose automation framework.</description>
Expand Down

0 comments on commit c3417f6

Please sign in to comment.