You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
# CHANGELOG
2
2
3
-
## Next Release
3
+
## v5.5.0 (2022-08-02)
4
4
5
+
- Adds Carbon Offset support
6
+
- Adds ability to create a shipment with carbon offset
7
+
- Adds ability to buy a shipment with carbon offset
8
+
- Adds ability to one-call-buy a shipment with carbon offset
9
+
- Adds ability to rerate a shipment with carbon offset
5
10
- Adds `validateWebhook` function that returns your webhook or raises an error if there is a `webhookSecret` mismatch
6
-
- Adds ability to create a shipment with carbon offset
7
-
- Adds ability to buy a shipment with carbon offset
8
-
- Adds ability to one-call-buy a shipment with carbon offset
9
-
- Adds ability to rerate a shipment with carbon offset
10
11
- Fixes a bug that required the values of `verify` and `verify_strict` params on an Address creation call to be arrays since passing `true` as a boolean is also valid (passing an array will continue to work but is no longer required)
0 commit comments