Skip to content

Commit 1eb9cd2

Browse files
authored
Merge pull request #175 from EasyPost/v5.8.1
chore: prepares v5.8.1 for release
2 parents 34f5f82 + 84b6746 commit 1eb9cd2

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v5.8.1 (2022-08-03)
4+
5+
- Fixes a bug where an erroneous API call to retrieve smartrates would be made behind the scenes whenever a shipment object was updated locally from the API (such as when regenerating rates) due to the deprecated function name being called `getSmartrates` and the library assuming this was a getter and attempting to use it to update the shipment data
6+
37
## v5.8.0 (2022-08-02)
48

59
- Adds Carbon Offset support

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.8.0</version>
18+
<version>5.8.1</version>
1919
</dependency>
2020
```
2121

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.8.0
1+
5.8.1

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.8.0</version>
9+
<version>5.8.1</version>
1010
<packaging>jar</packaging>
1111

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

0 commit comments

Comments
 (0)