Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.3...v2.4.0) (2022-07-18)

### Features

* add 429 handling logic ([#9](#9)) ([7313e51](7313e51))
  • Loading branch information
mparticle-automation committed Jul 18, 2022
1 parent 43d33cd commit a7e226f
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.4.0](https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.3.3...v2.4.0) (2022-07-18)


### Features

* add 429 handling logic ([#9](https://github.com/mParticle/mparticle-java-events-sdk/issues/9)) ([7313e51](https://github.com/mParticle/mparticle-java-events-sdk/commit/7313e51ead7b4e3486328de74c27cfdce6d85c13))

## [2.3.3](https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.3.2...v2.3.3) (2022-01-05)


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 and jCenter.
#### Gradle

```groovy
implementation 'com.mparticle:server-events-sdk:2.3.3'
implementation 'com.mparticle:server-events-sdk:2.4.0'
```

#### Maven
Expand All @@ -31,7 +31,7 @@ implementation 'com.mparticle:server-events-sdk:2.3.3'
<dependency>
<groupId>com.mparticle</groupId>
<artifactId>server-events-sdk</artifactId>
<version>2.3.3</version>
<version>2.4.0</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.3.3'
version = '2.4.0'

apply from: '.scripts/maven.gradle'

Expand Down

0 comments on commit a7e226f

Please sign in to comment.