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 Apr 4, 2016
1 parent 6776b03 commit f784753
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.59.0
* Remove java.util.logging.ConsoleHandler
* Add isInvalid error code for addresses

## 2.58.0
* Add timeout attribute to Configuration
* Adds shared vault parameters
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.58.1-SNAPSHOT</version>
<version>2.59.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.58.0</tag>
<tag>2.59.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit f784753

Please sign in to comment.