Skip to content

Commit 820820b

Browse files
authored
Merge pull request #171 from EasyPost/v5.8.0
chore: prepares v5.8.0 for release
2 parents ddee750 + 239037f commit 820820b

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# CHANGELOG
22

3-
## Next Release
4-
- Adds the ability to create a shipment with carbon offset
5-
- Adds the ability to buy a shipment with carbon offset
6-
- Adds the ability to one-call-buy a shipment with carbon offset
7-
- Adds the ability to re-rate a shipment with carbon offset
3+
## v5.8.0 (2022-08-02)
4+
5+
- Adds Carbon Offset support
6+
- Adds the ability to create a shipment with carbon offset
7+
- Adds the ability to buy a shipment with carbon offset
8+
- Adds the ability to one-call-buy a shipment with carbon offset
9+
- Adds the ability to re-rate a shipment with carbon offset
810

911
## v5.7.0 (2022-07-18)
1012

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.7.0</version>
18+
<version>5.8.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.7.0
1+
5.8.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.7.0</version>
9+
<version>5.8.0</version>
1010
<packaging>jar</packaging>
1111

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

0 commit comments

Comments
 (0)