Skip to content

Commit 8db8e20

Browse files
committed
Bumped version and updated changelog
1 parent ee9f80f commit 8db8e20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 3.37.0
44
* Add `fail_on_duplicate_payment_method_for_customer` option to
55
* `ClientToken`
66
* `PaymentMethod`

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.braintreepayments.gateway</groupId>
44
<artifactId>braintree-java</artifactId>
5-
<version>3.36.1-SNAPSHOT</version>
5+
<version>3.37.0-SNAPSHOT</version>
66
<description>Java Client Library for Braintree Payments Gateway</description>
77
<packaging>bundle</packaging>
88
<name>Braintree Gateway Java Client Library</name>
@@ -37,7 +37,7 @@
3737
<developerConnection>
3838
${scmConnection}
3939
</developerConnection>
40-
<tag>3.36.0</tag>
40+
<tag>3.37.0</tag>
4141
</scm>
4242

4343
<distributionManagement>

0 commit comments

Comments
 (0)