Skip to content

Commit

Permalink
version bump 2.44.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Feb 28, 2025
1 parent 7a70e80 commit 51b7c13
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.44.3] - 2025-02-28

### Fixed

Added missing timeout config for doRequestList()

## [2.44.2] - 2025-02-26

### Fixed
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.44.2'
version = '2.44.3'
sourceCompatibility = '1.7'

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

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 @@
#Tue Feb 11 15:58:27 EET 2025
version=2.44.1
#Fri Feb 28 13:36:08 EET 2025
version=2.44.3

0 comments on commit 51b7c13

Please sign in to comment.