Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit a380801

Browse files
committed
Bump (patch) version to 1.1.6
1 parent ce4b581 commit a380801

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Changes between 1.1.5 and 1.1.6
2+
Fixed a bug with setAssignedToId method declaring the wrong parameter name
3+
Added unit tests for TestRunCreator Class
4+
15
## Changes between 1.1.4 and 1.1.5
26
Fixed a bug with setCaseIds method declaring the wrong parameter type and name
37

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Once the jar has been deployed, you should be able to include a small snippet in
1616
<dependency>
1717
<groupId>com.retailmenot</groupId>
1818
<artifactId>testrailsdk</artifactId>
19-
<version>1.1.5</version>
19+
<version>1.1.6</version>
2020
</dependency>
2121

2222
If you're currently using Maven, and your repos, paths, and IDE are all set up correctly, you should be able to address the classes in this project immediately.
@@ -30,7 +30,7 @@ To point to the jar file in Maven Central, include this xml snippet in your pom.
3030
<dependency>
3131
<groupId>com.retailmenot</groupId>
3232
<artifactId>testrailsdk</artifactId>
33-
<version>1.1.5</version>
33+
<version>1.1.6</version>
3434
</dependency>
3535
```
3636

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.retailmenot</groupId>
55
<artifactId>testrailsdk</artifactId>
6-
<version>1.1.5</version>
6+
<version>1.1.6</version>
77
<packaging>jar</packaging>
88

99
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)