Skip to content

Commit

Permalink
Merge pull request #138 from EasyPost/v2.10.0
Browse files Browse the repository at this point in the history
chore: prepare v2.10.0 for release
  • Loading branch information
Justintime50 authored Dec 7, 2022
2 parents 4059c9f + cbaa6cf commit 0c0444d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v2.10.0 (2022-12-07)

- Routes requests for creating a carrier account with a custom workflow (eg: FedEx, UPS) to the correct endpoint when using the `CreateCarrierAccount` function

## v2.9.0 (2022-11-15)

- Adds `LabelSize` shipment option
Expand All @@ -8,7 +12,7 @@

- Adds `EndShipperID` shipment option
- Adds support to pass an `EndShipperID` when buying a shipment
- Add White Label support:
- Adds White Label support:
- Create a referral customer
- Update a referral customer's email address
- List all referral customers
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.9.0"
const Version = "2.10.0"

0 comments on commit 0c0444d

Please sign in to comment.