Skip to content

Commit

Permalink
Merge pull request #148 from EasyPost/v2.12.0
Browse files Browse the repository at this point in the history
chore: prepare v2.12.0 for release
  • Loading branch information
Justintime50 authored Jan 18, 2023
2 parents fc8d71c + 4d88d39 commit effa70b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CHANGELOG

## [Unreleased]
- Add function to retrieve a specific payload for a specific event, `GetEventPayload`
## v2.12.0 (2023-01-18)

- Adds function to retrieve a specific payload for a specific event, `GetEventPayload`
- Adds `ListPickups` function to `Pickup` to retrieve all pickups

## v2.11.1 (2023-01-11)
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.11.1"
const Version = "2.12.0"

0 comments on commit effa70b

Please sign in to comment.