Skip to content

Commit

Permalink
chore(release): 5.44.0
Browse files Browse the repository at this point in the history
## [5.44.0](v5.43.0...v5.44.0) (2022-08-01)

### Features

* update sonarcloud check to new format ([#209](#209)) ([821d61e](821d61e))

### Bug Fixes

* reset logic, fixing orchestrator ([#213](#213)) ([f9379e9](f9379e9))

### Updates & Maintenance

* Update Submodules ([7c9be34](7c9be34))
* update visibility for crossplatform testing ([#211](#211)) ([b03f210](b03f210))
  • Loading branch information
mparticle-automation committed Aug 1, 2022
1 parent 7c9be34 commit d5a3650
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [5.44.0](https:/mParticle/mparticle-android-sdk/compare/v5.43.0...v5.44.0) (2022-08-01)


### Features

* update sonarcloud check to new format ([#209](https:/mParticle/mparticle-android-sdk/issues/209)) ([821d61e](https:/mParticle/mparticle-android-sdk/commit/821d61e9be81d1645a044ba9c0c63da070643104))


### Bug Fixes

* reset logic, fixing orchestrator ([#213](https:/mParticle/mparticle-android-sdk/issues/213)) ([f9379e9](https:/mParticle/mparticle-android-sdk/commit/f9379e9597b0dc0ff5fc570f066c293675b511c6))


### Updates & Maintenance

* Update Submodules ([7c9be34](https:/mParticle/mparticle-android-sdk/commit/7c9be34f702f5ab96685fa2fc34454bcb0bac8db))
* update visibility for crossplatform testing ([#211](https:/mParticle/mparticle-android-sdk/issues/211)) ([b03f210](https:/mParticle/mparticle-android-sdk/commit/b03f210c81f6b38a1b8cc3999d180d38b54857cd))

## [5.43.0](https:/mParticle/mparticle-android-sdk/compare/v5.42.0...v5.43.0) (2022-07-21)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll

```groovy
dependencies {
implementation 'com.mparticle:android-core:5.43.0'
implementation 'com.mparticle:android-core:5.44.0'
}
```

Expand All @@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit
```groovy
dependencies {
implementation (
'com.mparticle:android-example-kit:5.43.0',
'com.mparticle:android-another-kit:5.43.0'
'com.mparticle:android-example-kit:5.44.0',
'com.mparticle:android-another-kit:5.44.0'
)
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ subprojects {

allprojects {
group = 'com.mparticle'
version = '5.43.0-SNAPSHOT'
version = '5.44.0-SNAPSHOT'
if (project.hasProperty('isRelease') && project.isRelease) {
version = version.toString().replace("-SNAPSHOT", "")
}
Expand Down

0 comments on commit d5a3650

Please sign in to comment.