Skip to content

Commit

Permalink
chore: 2.5.3 (release)
Browse files Browse the repository at this point in the history
## [2.5.3](v2.5.2...v2.5.3) (2023-01-04)

### Bug Fixes

* 429 handling response header ([#18](#18)) ([5bd4bac](5bd4bac))
  • Loading branch information
mparticle-automation committed Jan 4, 2023
1 parent 5bd4bac commit 836c128
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.5.3](https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.5.2...v2.5.3) (2023-01-04)


### Bug Fixes

* 429 handling response header ([#18](https://github.com/mParticle/mparticle-java-events-sdk/issues/18)) ([5bd4bac](https://github.com/mParticle/mparticle-java-events-sdk/commit/5bd4bacdfc18273c2da9001d721ce176856a1ffa))

## [2.5.2](https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.5.1...v2.5.2) (2022-11-21)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The SDK is available via Maven Central.
#### Gradle

```groovy
implementation 'com.mparticle:server-events-sdk:2.5.2'
implementation 'com.mparticle:server-events-sdk:2.5.3'
```

#### Maven
Expand All @@ -31,7 +31,7 @@ implementation 'com.mparticle:server-events-sdk:2.5.2'
<dependency>
<groupId>com.mparticle</groupId>
<artifactId>server-events-sdk</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'

group = 'com.mparticle'
version = '2.5.2'
version = '2.5.3'

apply from: '.scripts/maven.gradle'

Expand Down

0 comments on commit 836c128

Please sign in to comment.