Skip to content

Commit

Permalink
chore: 2.5.1 (release)
Browse files Browse the repository at this point in the history
## [2.5.1](v2.5.0...v2.5.1) (2022-11-16)

### Bug Fixes

* Remove System.out.println statements ([#16](#16)) ([41a65b3](41a65b3))

### Updates & Maintenance

* add -p conventional-changelog-conventionalcommits ([f4f5f11](f4f5f11))
* Update github actions ([#15](#15)) ([9d2e468](9d2e468))
  • Loading branch information
mparticle-automation committed Nov 16, 2022
1 parent f4f5f11 commit 1788153
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [2.5.1](https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.5.0...v2.5.1) (2022-11-16)


### Bug Fixes

* Remove System.out.println statements ([#16](https://github.com/mParticle/mparticle-java-events-sdk/issues/16)) ([41a65b3](https://github.com/mParticle/mparticle-java-events-sdk/commit/41a65b3a7811f794494d2ed7a399d72f815c7dac))


### Updates & Maintenance

* add -p conventional-changelog-conventionalcommits ([f4f5f11](https://github.com/mParticle/mparticle-java-events-sdk/commit/f4f5f11538e49bab4da70e834a494f0b6e3b3cf9))
* Update github actions ([#15](https://github.com/mParticle/mparticle-java-events-sdk/issues/15)) ([9d2e468](https://github.com/mParticle/mparticle-java-events-sdk/commit/9d2e468a5daf5fd542e20d8ee5385b610d64335e))

# [2.5.0](https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.4.1...v2.5.0) (2022-11-08)


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.0'
implementation 'com.mparticle:server-events-sdk:2.5.1'
```

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

apply from: '.scripts/maven.gradle'

Expand Down

0 comments on commit 1788153

Please sign in to comment.