diff --git a/CHANGELOG.md b/CHANGELOG.md index 206819dd7..b80865f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.55.6](https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.5...v5.55.6) (2024-04-24) + + +### Updates & Maintenance + +* Update submodules ([72d925b](https://github.com/mParticle/mparticle-android-sdk/commit/72d925b1834f9dfa91b96f5e794c56c0efb1800f)) + ## [5.55.5](https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.4...v5.55.5) (2024-04-19) diff --git a/README.md b/README.md index 1a44ef702..f0cbf07e7 100644 --- a/README.md +++ b/README.md @@ -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.55.5' + implementation 'com.mparticle:android-core:5.55.6' } ``` @@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit ```groovy dependencies { implementation ( - 'com.mparticle:android-example-kit:5.55.5', - 'com.mparticle:android-another-kit:5.55.5' + 'com.mparticle:android-example-kit:5.55.6', + 'com.mparticle:android-another-kit:5.55.6' ) } ``` diff --git a/build.gradle b/build.gradle index fe57e8f85..39f22dd11 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ subprojects { allprojects { group = 'com.mparticle' - version = '5.55.5-SNAPSHOT' + version = '5.55.6-SNAPSHOT' if (project.hasProperty('isRelease') && project.isRelease) { version = version.toString().replace("-SNAPSHOT", "") }