diff --git a/CHANGELOG.md b/CHANGELOG.md index c059682..715250a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # CHANGELOG -## Next Release +## v2.2.0 (2022-03-08) -* Add missing `CreateAndVerifyAddress` and `CreateAndVerifyAddressWithContext` functions in Address file +- Adds missing `CreateAndVerifyAddress` and `CreateAndVerifyAddressWithContext` functions ## v2.1.0 (2022-03-07) diff --git a/version.go b/version.go index f157ab2..5c525d7 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package easypost -const Version = "2.1.0" +const Version = "2.2.0"