Skip to content

Commit

Permalink
Merge pull request #73 from EasyPost/v2.3.0
Browse files Browse the repository at this point in the history
chore: prepare v2.3.0 for release
  • Loading branch information
Justintime50 authored Apr 13, 2022
2 parents c5ccb91 + 33dc7d3 commit a786f1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# CHANGELOG

## NEXT RELEASE
- Adds custom columns and additional columns to `CreateReport` function
- Adds `declaration` attribute in Customs Info struct
## v2.3.0 (2022-04-13)

- Adds `Columns` and `AdditionalColumns` params to `Report` struct
- Adds `Declaration` attribute in `CustomsInfo` struct

## v2.2.0 (2022-03-08)

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.2.0"
const Version = "2.3.0"

0 comments on commit a786f1e

Please sign in to comment.