Skip to content

Commit 09a13ba

Browse files
chore(release): 2.4.1 [skip ci]
## [2.4.1](v2.4.0...v2.4.1) (2022-10-11) ### Bug Fixes * Fixed ConsentState class for purpose names ([#11](#11)) ([a0b6a5c](a0b6a5c))
1 parent e758ac1 commit 09a13ba

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.4.1](https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.4.0...v2.4.1) (2022-10-11)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed ConsentState class for purpose names ([#11](https://github.com/mParticle/mparticle-java-events-sdk/issues/11)) ([a0b6a5c](https://github.com/mParticle/mparticle-java-events-sdk/commit/a0b6a5cef81211311489d9413954b2120a8b21f7))
7+
18
# [2.4.0](https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.3.3...v2.4.0) (2022-07-18)
29

310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The SDK is available via Maven Central and jCenter.
2222
#### Gradle
2323

2424
```groovy
25-
implementation 'com.mparticle:server-events-sdk:2.4.0'
25+
implementation 'com.mparticle:server-events-sdk:2.4.1'
2626
```
2727

2828
#### Maven
@@ -31,7 +31,7 @@ implementation 'com.mparticle:server-events-sdk:2.4.0'
3131
<dependency>
3232
<groupId>com.mparticle</groupId>
3333
<artifactId>server-events-sdk</artifactId>
34-
<version>2.4.0</version>
34+
<version>2.4.1</version>
3535
</dependency>
3636
```
3737

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'java'
22

33
group = 'com.mparticle'
4-
version = '2.4.0'
4+
version = '2.4.1'
55

66
apply from: '.scripts/maven.gradle'
77

0 commit comments

Comments
 (0)