Skip to content

Commit

Permalink
- Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Jul 10, 2024
1 parent 31cd926 commit edf22df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## Next Release

- New `CreateUpsCarrierAccount` and `UpdateUpsCarrierAccount` methods and associated parameter structs, required to use for UPS accounts due to new `/ups_oauth_registrations` endpoint.
- Starting `2024-08-05`, UPS accounts will require a new payload to register or update. See [UPS OAuth 2.0 Update](https://support.easypost.com/hc/en-us/articles/26635027512717-UPS-OAuth-2-0-Update) for more details.
- Attempting to use the generic `CreateCarrierAccount` and `UpdateCarrierAccount` methods with UPS accounts will throw an `InvalidFunctionError`.

## v4.3.1 (2024-07-01)

- Adds missing `Readable` and `Logo` fields to `CarrierType` struct
Expand Down

0 comments on commit edf22df

Please sign in to comment.