File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## v8.0.0 (2023-05-22)
3
+ ## v8.0.0 (2023-06-06)
4
+
5
+ See our [ Upgrade Guide] ( UPGRADE_GUIDE.md#upgrading-from-7x-to-80 ) for more details.
4
6
5
7
- New ` EasyPostClient ` object
6
8
- Logic is grouped together in Services and each EasyPost object has a new model (eg: ` client.shipment.create() ` )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Use the following guide to assist in the upgrade process of the `easypost-python
10
10
11
11
### 8.0 High Impact Changes
12
12
13
- - [ Updating Dependencies] ( #80-updating -dependencies )
13
+ - [ Updated Dependencies] ( #80-updated -dependencies )
14
14
- [ EasyPostClient] ( #80-easypostclient )
15
15
- [ Improved Error Handling] ( #80-improved-error-handling )
16
16
@@ -23,7 +23,7 @@ Use the following guide to assist in the upgrade process of the `easypost-python
23
23
- [ Beta Namespace Changed] ( #80-beta-namespace-changed )
24
24
- [ Changed Function Parameter Order and Return Types] ( #80-changed-function-parameter-order-and-return-types )
25
25
26
- ## 8.0 Updating Dependencies
26
+ ## 8.0 Updated Dependencies
27
27
28
28
Likelihood of Impact: High
29
29
You can’t perform that action at this time.
0 commit comments