Skip to content

Commit

Permalink
Update changelog and version in preparation for release tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Shaffer committed Jun 10, 2020
1 parent c75f665 commit 9ba3c3f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
=== 1.1.0 2020-06-10

* Update example code.
* Add GetRate method and example.
* Remove ListCustomsInfos, ListCustomsItems, ListOrders and ListPickups
methods.
* Add GetEvent, ListEvents and ListEventPayloads methods. Add example code
for using these methods as well as using the Event type in a webhook
handler.

=== 1.0.3 2020-05-30

* Fix issue in List actions that take query parameters
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 = "1.0.3"
const Version = "1.1.0"

0 comments on commit 9ba3c3f

Please sign in to comment.