Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.8.0] - 2026-09-03

### Added

- Add Samsung TV platform and Tizen Advertising ID support.
Expand Down Expand Up @@ -75,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Don't remove attributes when value is set to null

[Unreleased]: https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.7.0...HEAD
[unreleased]: https://github.com/mParticle/mparticle-java-events-sdk/compare/2.8.0...HEAD
[2.8.0]: https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.7.0...2.8.0
[2.7.0]: https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.6.0...v2.7.0
[2.6.0]: https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.5.4...v2.6.0
[2.5.4]: https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.5.3...v2.5.4
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.7.0'
implementation 'com.mparticle:server-events-sdk:2.8.0'
```

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
2.8.0
Loading