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

Commit e511b66

Browse files
committed
Bump (minor) version to 1.3
1 parent 0f8c9c4 commit e511b66

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Changes between 1.2.1 and 1.3
2+
Added SectionCreator
3+
<br>
4+
Added Step
5+
<br>
6+
Added StepResult
7+
18
## Changes between 1.2 and 1.2.1
29
Added more information to migration guide
310
<br>

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.2.1</version>
19+
<version>1.3</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.2.1</version>
33+
<version>1.3</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.2.1</version>
6+
<version>1.3</version>
77
<packaging>jar</packaging>
88

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

0 commit comments

Comments
 (0)