Skip to content

Commit 744202e

Browse files
author
Iulian Masar
committed
version bump 2.44.2
1 parent 23e247f commit 744202e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.44.2] - 2025-02-26
2+
3+
### Fixed
4+
5+
Rate limiting headers interpreted dynamically based on `X-RateLimit-Reset` time and for a variable number of bucket
6+
values.
7+
18
## [2.44.1] - 2025-02-11
29

310
### Fixed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ task javadocJar(type: Jar) {
4040
}
4141

4242
group = 'com.mangopay'
43-
version = '2.44.1'
43+
version = '2.44.2'
4444
sourceCompatibility = '1.7'
4545

4646
publishing {
@@ -49,7 +49,7 @@ publishing {
4949
pom {
5050
groupId 'com.mangopay'
5151
artifactId 'mangopay2-java-sdk'
52-
version '2.44.1'
52+
version '2.44.2'
5353

5454
from(components.java)
5555

0 commit comments

Comments
 (0)