Skip to content

Commit

Permalink
Bumped version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Oct 27, 2015
1 parent 5fe67bd commit 9d2ed67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.52.0
* Adds `CHECK` webhook kind

## 2.51.0
* Fixes broken maven release

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.braintreepayments.gateway</groupId>
<artifactId>braintree-java</artifactId>
<version>2.51.1-SNAPSHOT</version>
<version>2.52.0</version>
<description>Java Client Library for Braintree Payments Gateway</description>
<packaging>jar</packaging>
<name>Braintree Gateway Java Client Library</name>
Expand Down Expand Up @@ -30,7 +30,7 @@
<developerConnection>
${scmConnection}
</developerConnection>
<tag>2.51.0</tag>
<tag>2.52.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 9d2ed67

Please sign in to comment.