From 07bf462500d96056e90000d0758426db743dad96 Mon Sep 17 00:00:00 2001 From: jchen293 Date: Tue, 9 Apr 2024 16:50:30 -0400 Subject: [PATCH] prep release v7.2.0 --- CHANGELOG.md | 2 +- README.md | 4 ++-- VERSION | 2 +- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c788c64..dbfd7e593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v7.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/README.md b/README.md index d0d0e0987..2a8110028 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add this to your project's POM: com.easypost easypost-api-client - 7.1.1 + 7.2.0 ``` @@ -25,7 +25,7 @@ Add this to your project's POM: Add this to your project's build file: ```groovy -implementation "com.easypost:easypost-api-client:7.1.1" +implementation "com.easypost:easypost-api-client:7.2.0" ``` **NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required. diff --git a/VERSION b/VERSION index 21c8c7b46..0ee843cc6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.1 +7.2.0 diff --git a/pom.xml b/pom.xml index 8ab16d1c3..9759e0db5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.easypost easypost-api-client - 7.1.1 + 7.2.0 jar com.easypost:easypost-api-client