Skip to content

Commit

Permalink
Merge pull request #205 from EasyPost/v4.6.0
Browse files Browse the repository at this point in the history
chore: prepares v4.6.0 for release
  • Loading branch information
Justintime50 authored Aug 2, 2022
2 parents 1726ffd + 3e3819b commit 1e9bf0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# CHANGELOG

## Next Release
## v4.6.0 (2022-08-02)

- Deprecated PaymentMethod class, please use Billing class for retrieve all payment method function
- Adds Carbon Offset support
- Adds ability to create a shipment with carbon_offset
- Adds ability to buy a shipment with carbon_offset
- Adds ability to one-call-buy a shipment with carbon_offset
- Adds ability to rerate a shipment with carbon_offset
- Adds `validate_webhook` function that returns your webhook or raises an error if there is a `webhook_secret` mismatch
- Deprecated `PaymentMethod` class, please use `Billing` class for retrieve all payment method function

## v4.5.0 (2022-07-18)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.5.0
4.6.0

0 comments on commit 1e9bf0b

Please sign in to comment.