Skip to content

Commit ae3a332

Browse files
authored
Merge pull request #105 from EasyPost/v5.2.0
chore: prepare v5.2.0 for release
2 parents fbf7db1 + 03c85c7 commit ae3a332

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

CHANGELOG.md

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

3-
## Next Release
3+
## v5.2.0 (2022-02-25)
44

5-
* Add getter and setter for eel_pfc in CustomsInfo class
6-
* Add getter and setter for id in Brand class
7-
* Fix bug for `create()` method in Refund class
8-
* Add test suite and upgrade JUnit4 to JUnit5
9-
* Fix typo in the AddressCollection class where the Batch should be Address
5+
* Adds a getter and setter for `eel_pfc` on the `CustomsInfo` object
6+
* Adds a getter and setter for `id` on the `Brand` object
7+
* Fixes a bug that didn't allow Refunds to be created
8+
* Adds a complete test suite and upgrade JUnit4 to JUnit5
9+
* Fixes the `AddressCollection` to return a list of `Address` objects instead of `Batch` objects
1010

1111
## v5.1.0 (2022-02-09)
1212

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0
1+
5.2.0

pom.xml

Lines changed: 2 additions & 3 deletions
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.1.0</version>
9+
<version>5.2.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>com.easypost:easypost-api-client</name>
@@ -93,8 +93,7 @@
9393
<version>3.0.0-M3</version>
9494
<configuration>
9595
<properties>
96-
<configurationParameters>
97-
junit.jupiter.execution.order.random.seed=99
96+
<configurationParameters> junit.jupiter.execution.order.random.seed=99
9897
</configurationParameters>
9998
</properties>
10099
</configuration>

0 commit comments

Comments
 (0)