diff --git a/CHANGELOG.md b/CHANGELOG.md index b1854e7..a9aea71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.14.1](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.14.0...v0.14.1) (2022-11-04) + + +### Updates & Maintenance + +* add conventional-changelog-conventionalcommits ([787980b](https://github.com/mParticle/mparticle-android-sample-apps/commit/787980b940fa0013ee6b82c7f0c87d9cd59fef4b)) +* update release.config.js ([b67c8f8](https://github.com/mParticle/mparticle-android-sample-apps/commit/b67c8f88d85da97190613ae6dc49180e8fd1496d)) + # [0.14.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.13.0...v0.14.0) (2022-11-04) diff --git a/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts b/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts index b592ee1..6ea0fac 100644 --- a/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts +++ b/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts @@ -17,7 +17,7 @@ android { minSdk = 24 targetSdk = 33 versionCode = buildVersionCode() - versionName = "0.14.0-SNAPSHOT" + versionName = "0.14.1-SNAPSHOT" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_KEY", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_KEY")}\"") buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_SECRET", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_SECRET")}\"")