Skip to content

Commit

Permalink
Bumping version to 3.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Schoovaerts committed Jul 5, 2022
1 parent 4d1e642 commit 5605bea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 3.6.8
- Sending testmode as boolean instead of String

## 3.6.7
- Added testmode optionals to Request objects that needed it

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ This library requires Java 8+.
<dependency>
<groupId>be.woutschoovaerts</groupId>
<artifactId>mollie</artifactId>
<version>3.6.7</version>
<version>3.6.8</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>be.woutschoovaerts</groupId>
<artifactId>mollie</artifactId>
<version>3.6.7</version>
<version>3.6.8</version>

<name>Mollie with Java</name>
<description>Java framework to consume the Mollie API</description>
Expand Down

0 comments on commit 5605bea

Please sign in to comment.