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 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
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 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 >
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 >
You can’t perform that action at this time.
0 commit comments