File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## Next Release
3
+ ## v5.2.0 (2022-02-25)
4
4
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
10
10
11
11
## v5.1.0 (2022-02-09)
12
12
Original file line number Diff line number Diff line change 1
- 5.1 .0
1
+ 5.2 .0
Original file line number Diff line number Diff line change 6
6
<groupId >com.easypost</groupId >
7
7
<artifactId >easypost-api-client</artifactId >
8
8
9
- <version >5.1 .0</version >
9
+ <version >5.2 .0</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >com.easypost:easypost-api-client</name >
93
93
<version >3.0.0-M3</version >
94
94
<configuration >
95
95
<properties >
96
- <configurationParameters >
97
- junit.jupiter.execution.order.random.seed=99
96
+ <configurationParameters > junit.jupiter.execution.order.random.seed=99
98
97
</configurationParameters >
99
98
</properties >
100
99
</configuration >
You can’t perform that action at this time.
0 commit comments