Skip to content

Commit

Permalink
Merge pull request #166 from EasyPost/v2.14.1
Browse files Browse the repository at this point in the history
chore: prepare v2.15.0 for release
  • Loading branch information
Justintime50 authored Apr 19, 2023
2 parents 404778d + e40aeb8 commit 91511c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CHANGELOG

## Next Release
## v2.15.0 (2023-04-18)

- Adds `BetaGetCarrierMetadata`, `BetaGetCarrierMetadataWithCarriers`, `BetaGetCarrierMetadataWithTypes`, and `BetaGetCarrierMetadataWithCarriersAndTypes` function
- The `Message` attribute of an `APIError` is now an `interface{}` rather than a `string`, due to potential inconsistent data structure from the API response
- Behind-the-scenes, the `message` portion of the JSON response is transformed to a concatenated string. Users should be able to safely cast the `Message` attribute to a string when accessing it via `myApiError.Message.(string)`

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.14.0"
const Version = "2.15.0"

0 comments on commit 91511c3

Please sign in to comment.