Skip to content

Commit

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

### Fixed

Rate limiting headers interpreted dynamically based on `X-RateLimit-Reset` time and for a variable number of bucket
values.

## [2.44.1] - 2025-02-11

### 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.1'
version = '2.44.2'
sourceCompatibility = '1.7'

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

from(components.java)

Expand Down

0 comments on commit 744202e

Please sign in to comment.