From 3e3819b981d5dbdc36171874a70bc35f21c89369 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Mon, 1 Aug 2022 14:20:15 -0600 Subject: [PATCH] chore: prepares v4.6.0 for release --- CHANGELOG.md | 9 +++++++-- VERSION | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e098bcfc..9a6d5cbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index a84947d6..6016e8ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.5.0 +4.6.0