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 Feb 29, 2016
1 parent 2c7fdcb commit 5553fe5
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.57.0
* Add support for logging. Thanks @yatsenko-ihor!

## 2.56.0
* Add AccountUpdaterDailyReport webhook parsing

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.56.1-SNAPSHOT</version>
<version>2.57.0-SNAPSHOT</version>
<description>Java Client Library for Braintree Payments Gateway</description>
<packaging>bundle</packaging>
<name>Braintree Gateway Java Client Library</name>
Expand Down Expand Up @@ -33,7 +33,7 @@
<developerConnection>
${scmConnection}
</developerConnection>
<tag>2.56.0</tag>
<tag>2.57.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 5553fe5

Please sign in to comment.