From 51b5d2ac335f54d76421341baac713f30d4e7180 Mon Sep 17 00:00:00 2001 From: mparticle-bot Date: Wed, 23 Mar 2022 17:16:30 +0000 Subject: [PATCH] chore(release): 0.8.0 # [0.8.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.7.0...v0.8.0) (2022-03-23) ### Features * Add in additional analytics event and UI polishing ([#14](https://github.com/mParticle/mparticle-android-sample-apps/issues/14)) ([68ce89e](https://github.com/mParticle/mparticle-android-sample-apps/commit/68ce89e67341fb02040d2095e47a664e215bc8ff)) * add in readme changes ([#13](https://github.com/mParticle/mparticle-android-sample-apps/issues/13)) ([70be06d](https://github.com/mParticle/mparticle-android-sample-apps/commit/70be06d2a13c2339404cf1bc995489ddceb3e3d8)) * remove generated apk upload to github ([#15](https://github.com/mParticle/mparticle-android-sample-apps/issues/15)) ([8544ab7](https://github.com/mParticle/mparticle-android-sample-apps/commit/8544ab7d4f327dd48974f3830dc89b9a20b3917e)) --- CHANGELOG.md | 9 +++++++++ .../higgs-shop-sample-app/app/build.gradle.kts | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53fa61e..0131401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.8.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.7.0...v0.8.0) (2022-03-23) + + +### Features + +* Add in additional analytics event and UI polishing ([#14](https://github.com/mParticle/mparticle-android-sample-apps/issues/14)) ([68ce89e](https://github.com/mParticle/mparticle-android-sample-apps/commit/68ce89e67341fb02040d2095e47a664e215bc8ff)) +* add in readme changes ([#13](https://github.com/mParticle/mparticle-android-sample-apps/issues/13)) ([70be06d](https://github.com/mParticle/mparticle-android-sample-apps/commit/70be06d2a13c2339404cf1bc995489ddceb3e3d8)) +* remove generated apk upload to github ([#15](https://github.com/mParticle/mparticle-android-sample-apps/issues/15)) ([8544ab7](https://github.com/mParticle/mparticle-android-sample-apps/commit/8544ab7d4f327dd48974f3830dc89b9a20b3917e)) + # [0.7.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.6.0...v0.7.0) (2022-03-09) 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 c6af6a1..df81d67 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 @@ -16,7 +16,7 @@ android { minSdk = 23 targetSdk = 31 versionCode = buildVersionCode() - versionName = "0.7.0-SNAPSHOT" + versionName = "0.8.0-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")}\"")