From 716bc134c7ff1965adb304d378a882f8799d5a66 Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Wed, 29 May 2024 20:10:37 +0000 Subject: [PATCH] chore: 5.55.7 (release) ## [5.55.7](https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.6...v5.55.7) (2024-05-29) ### Bug Fixes * Update Java version, pin conventional commits ([#490](https://github.com/mParticle/mparticle-android-sdk/issues/490)) ([a4f1979](https://github.com/mParticle/mparticle-android-sdk/commit/a4f19790b2123d17a25692b00e0c638793d64672)) * Update mac version and JDK version into yml file ([#482](https://github.com/mParticle/mparticle-android-sdk/issues/482)) ([b67c108](https://github.com/mParticle/mparticle-android-sdk/commit/b67c108367e6e86f8a9c431f2e59afdea4ef5768)) ### Updates & Maintenance * Update submodules ([f4ce2a4](https://github.com/mParticle/mparticle-android-sdk/commit/f4ce2a4284f3ac7e32c34d7ee2858dba75daf8bc)) --- CHANGELOG.md | 13 +++++++++++++ README.md | 6 +++--- build.gradle | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b80865f82..34f85986f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [5.55.7](https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.6...v5.55.7) (2024-05-29) + + +### Bug Fixes + +* Update Java version, pin conventional commits ([#490](https://github.com/mParticle/mparticle-android-sdk/issues/490)) ([a4f1979](https://github.com/mParticle/mparticle-android-sdk/commit/a4f19790b2123d17a25692b00e0c638793d64672)) +* Update mac version and JDK version into yml file ([#482](https://github.com/mParticle/mparticle-android-sdk/issues/482)) ([b67c108](https://github.com/mParticle/mparticle-android-sdk/commit/b67c108367e6e86f8a9c431f2e59afdea4ef5768)) + + +### Updates & Maintenance + +* Update submodules ([f4ce2a4](https://github.com/mParticle/mparticle-android-sdk/commit/f4ce2a4284f3ac7e32c34d7ee2858dba75daf8bc)) + ## [5.55.6](https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.5...v5.55.6) (2024-04-24) diff --git a/README.md b/README.md index f0cbf07e7..853711ae5 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.6' + implementation 'com.mparticle:android-core:5.55.7' } ``` @@ -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.6', - 'com.mparticle:android-another-kit:5.55.6' + 'com.mparticle:android-example-kit:5.55.7', + 'com.mparticle:android-another-kit:5.55.7' ) } ``` diff --git a/build.gradle b/build.gradle index 39f22dd11..f4f0bf1ee 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ subprojects { allprojects { group = 'com.mparticle' - version = '5.55.6-SNAPSHOT' + version = '5.55.7-SNAPSHOT' if (project.hasProperty('isRelease') && project.isRelease) { version = version.toString().replace("-SNAPSHOT", "") }