From 2d037229708dd5396e9f0d48153e9f4de7cd57cb Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:04:08 -0700 Subject: [PATCH] chore: prepare v4.10.0 for release --- CHANGELOG.md | 12 ++++++------ VERSION | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 618daab9..4c4cde28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # CHANGELOG -## [Unreleased] +## v4.10.0 (2023-01-11) -- Added new beta billing functionality for referral customer users, accessible via `EasyPost::Beta::Referral`. - - `add_payment_method` to add an existing Stripe bank account or credit card to your EasyPost account. - - `refund_by_amount` refunds you wallet balance by a specified amount. - - `refund_by_payment_log` refunds you wallet balance by a specified payment log. -- Fix bug where bank account and credit card payment methods were not deserializing to the `EasyPost::PaymentMethod` class. +- Added new beta billing functionality for referral customer users, accessible via `EasyPost::Beta::Referral` + - `add_payment_method` to add an existing Stripe bank account or credit card to your EasyPost account + - `refund_by_amount` refunds you wallet balance by a specified amount + - `refund_by_payment_log` refunds you wallet balance by a specified payment log +- Fix bug where bank account and credit card payment methods were not deserializing to the `EasyPost::PaymentMethod` class ## v4.9.0 (2022-12-07) diff --git a/VERSION b/VERSION index 6ed7776b..2da43162 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.9.0 +4.10.0