Skip to content

Commit

Permalink
version bump 2.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Aug 7, 2024
1 parent bbe3ee5 commit 3b00754
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [2.38.0] - 2024-08-07
### Added

1. New endpoint: [Create a Bancontact PayIn](https://docs.mangopay.com/api-reference/bancontact/bancontact-payin-object#create-bancontact-payin)
2. New parameter `PaymentCategory` for the following endpoints:
- [Create a Card Validation](https://docs.mangopay.com/api-reference/card-validations/create-card-validation)
- [Create a Direct Card PayIn](https://docs.mangopay.com/api-reference/direct-card-payins/create-direct-card-payin)
- [Create a Preauthorization](https://docs.mangopay.com/api-reference/preauthorizations/create-preauthorization)
3. New parameter `StatementDescriptor` for the following endpoints:
- [Create a Refund for a PayIn](https://docs.mangopay.com/api-reference/refunds/create-refund-payin)
- [View a Refund](https://docs.mangopay.com/api-reference/refunds/view-refund)

### Fixed

- Adjust the parameter `CardHolderName`

## [2.37.2] - 2024-05-24
### Added

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ task javadocJar(type: Jar) {
}

group = 'com.mangopay'
version = '2.37.2'
version = '2.38.0'
sourceCompatibility = '1.7'

publishing {
Expand All @@ -49,7 +49,7 @@ publishing {
pom {
groupId 'com.mangopay'
artifactId 'mangopay2-java-sdk'
version '2.37.2'
version '2.38.0'

from(components.java)

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/com/mangopay/core/mangopay.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Wed May 22 17:04:29 EEST 2024
version=2.37.2
#Wed Aug 07 11:29:53 EEST 2024
version=2.38.0

0 comments on commit 3b00754

Please sign in to comment.