diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e433e..0b882ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v9.2.0 (2024-04-10) - Fix payment method funding and deletion failures due to undetermined payment method type - Adds `refund` function in Insurance service for requesting a refund for a standalone insurance diff --git a/easypost/constant.py b/easypost/constant.py index f354941..0f9feb1 100644 --- a/easypost/constant.py +++ b/easypost/constant.py @@ -1,6 +1,6 @@ # flake8: noqa # Library version -VERSION = "9.1.0" +VERSION = "9.2.0" VERSION_INFO = [str(number) for number in VERSION.split(".")] # Client defaults diff --git a/setup.py b/setup.py index 71f16a3..a8a7ffa 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name="easypost", - version="9.1.0", + version="9.2.0", description="EasyPost Shipping API Client Library for Python", author="EasyPost", author_email="support@easypost.com",