Skip to content

Commit

Permalink
Version bump 2.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxmattei committed Jan 23, 2025
1 parent 73713f7 commit 4d38a34
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.42.1] - 2025-01-23
### Fixed

The [Categorize a Natural User](https://docs.mangopay.com/api-reference/users/categorize-natural-user) endpoint now allows non-SCA users to be categorized as SCA users.

## [2.42.0] - 2025-01-17
### Added
New endpoints for strong customer authentication (SCA):
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.42.0'
version = '2.42.1'
sourceCompatibility = '1.7'

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

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 @@
#Mon Jan 20 18:39:22 EET 2025
version=2.42.0
#Thu Jan 23 13:04:58 EET 2025
version=2.42.1

0 comments on commit 4d38a34

Please sign in to comment.