Skip to content

Commit

Permalink
Merge pull request #237 from EasyPost/v4.10.0
Browse files Browse the repository at this point in the history
chore: prepare v4.10.0 for release
  • Loading branch information
Justintime50 authored Jan 11, 2023
2 parents c4e0b0a + 2d03722 commit bce2d7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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

0 comments on commit bce2d7f

Please sign in to comment.