Skip to content

Commit 6b5d8da

Browse files
authored
Merge pull request #163 from EasyPost/v5.7.0
chore: prepare v5.7.0 for release
2 parents fea92e0 + 6f2c977 commit 6b5d8da

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CHANGELOG
22

3-
## Next Release
3+
## v5.7.0 (2022-07-18)
44

5-
- Adds `generate_form()` in Shipment class
5+
- Adds ability to generate a shipment form via `generate_form()` function
66

77
## v5.6.0 (2022-07-11)
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add this to your project's POM:
1515
<dependency>
1616
<groupId>com.easypost</groupId>
1717
<artifactId>easypost-api-client</artifactId>
18-
<version>5.6.0</version>
18+
<version>5.7.0</version>
1919
</dependency>
2020
```
2121

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.6.0
1+
5.7.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.easypost</groupId>
77
<artifactId>easypost-api-client</artifactId>
88

9-
<version>5.6.0</version>
9+
<version>5.7.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>com.easypost:easypost-api-client</name>

0 commit comments

Comments
 (0)