Skip to content

Commit

Permalink
Merge pull request #103 from EasyPost/v2.4.0
Browse files Browse the repository at this point in the history
chore: prepare v2.4.0 for release
  • Loading branch information
Justintime50 authored Jul 11, 2022
2 parents 8e1aaac + a1f7778 commit 285259d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# CHANGELOG

## Next Release
## v2.4.0 (2022-07-11)

- Adds Billing file with `RetrievePaymentMethods`, `FundWallet` and `DeletePaymentMethod` methods
- Adds PaymentMethodObject file with `PaymentMethodType` and `PaymentMethodPriority` enums
- Adds `RetrievePaymentMethods`, `FundWallet` and `DeletePaymentMethod` functions
- Adds `BillingType` in CarrierAccount and Rate structs
- Add new lowest rate functions for Shipments, Orders and Pickups
- Add new lowest smartrate functions for Shipments
- Adds new lowest rate functions for Shipments, Orders and Pickups
- Adds new lowest smartrate functions for Shipments
- Adds OS details to the User-Agent header
- Add support for webhook secrets
- Adds support for webhook secrets
- Update methods now use `patch` instead of `put` behind the scenes to better match the API expectation and documentation. Update functions should still behave the same as before
- Enforces passing an API key on each request (the library will now fail fast instead of sending an impossible-to-service HTTP request)

## v2.3.0 (2022-04-13)

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package easypost

const Version = "2.3.0"
const Version = "2.4.0"

0 comments on commit 285259d

Please sign in to comment.