Skip to content

Commit

Permalink
chore: 2.6.0 (release)
Browse files Browse the repository at this point in the history
## [2.6.0](v2.5.4...v2.6.0) (2024-10-24)

### Features

* add getter and setter method for partner identities ([#20](#20)) ([810e19d](810e19d))

### Bug Fixes

* pin conventional commits ([#21](#21)) ([2f70303](2f70303))
  • Loading branch information
mparticle-automation committed Oct 24, 2024
1 parent 2f70303 commit 91c8ddc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.6.0](https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.5.4...v2.6.0) (2024-10-24)


### Features

* add getter and setter method for partner identities ([#20](https://github.com/mParticle/mparticle-java-events-sdk/issues/20)) ([810e19d](https://github.com/mParticle/mparticle-java-events-sdk/commit/810e19d7d23d3d02c381e38ec689d047e771ccaf))


### Bug Fixes

* pin conventional commits ([#21](https://github.com/mParticle/mparticle-java-events-sdk/issues/21)) ([2f70303](https://github.com/mParticle/mparticle-java-events-sdk/commit/2f70303f52b936ed075142f83a6d17fa07e51ed5))

## [2.5.4](https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.5.3...v2.5.4) (2023-10-15)


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

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

apply from: '.scripts/maven.gradle'

Expand Down

0 comments on commit 91c8ddc

Please sign in to comment.