Skip to content

Commit 9a358c1

Browse files
chore: 1.5.0 (release)
## [1.5.0](v1.4.3...v1.5.0) (2023-05-22) ### Features * Add Session Custom Attributes ([#25](#25)) ([653d8ad](653d8ad)) ### Updates & Maintenance * bump com.android.library from 7.4.1 to 7.4.2 ([#21](#21)) ([8316dc2](8316dc2)) * bump org.jlleitschuh.gradle.ktlint from 11.2.0 to 11.3.1 ([#22](#22)) ([a91250f](a91250f)) * bump org.jlleitschuh.gradle.ktlint from 11.3.1 to 11.3.2 ([#27](#27)) ([03ae09f](03ae09f))
1 parent 03ae09f commit 9a358c1

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.5.0](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.4.3...v1.5.0) (2023-05-22)
2+
3+
4+
### Features
5+
6+
* Add Session Custom Attributes ([#25](https://github.com/mParticle/mparticle-android-media-sdk/issues/25)) ([653d8ad](https://github.com/mParticle/mparticle-android-media-sdk/commit/653d8ad57644e73d7909415307912dc17ee10166))
7+
8+
9+
### Updates & Maintenance
10+
11+
* bump com.android.library from 7.4.1 to 7.4.2 ([#21](https://github.com/mParticle/mparticle-android-media-sdk/issues/21)) ([8316dc2](https://github.com/mParticle/mparticle-android-media-sdk/commit/8316dc2bbb10e8888a5e714b8a6aa203ef683469))
12+
* bump org.jlleitschuh.gradle.ktlint from 11.2.0 to 11.3.1 ([#22](https://github.com/mParticle/mparticle-android-media-sdk/issues/22)) ([a91250f](https://github.com/mParticle/mparticle-android-media-sdk/commit/a91250fff8f0b96dad2f7cdcec4a4864361890a9))
13+
* bump org.jlleitschuh.gradle.ktlint from 11.3.1 to 11.3.2 ([#27](https://github.com/mParticle/mparticle-android-media-sdk/issues/27)) ([03ae09f](https://github.com/mParticle/mparticle-android-media-sdk/commit/03ae09f167dbb3864ca17c1fcdfbfbd042045b6a))
14+
115
## [1.4.3](https://github.com/mParticle/mparticle-android-media-sdk/compare/v1.4.2...v1.4.3) (2023-02-15)
216

317

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll
2424

2525
```groovy
2626
dependencies {
27-
implementation 'com.mparticle:android-media:1.4.3'
27+
implementation 'com.mparticle:android-media:1.5.0'
2828
}
2929
```
3030

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ android.nonTransitiveRClass=true
44
org.gradle.daemon=true
55
org.gradle.jvmargs=-Xms128m -Xmx2560m -XX:+CMSClassUnloadingEnabled
66
group=com.mparticle
7-
version=1.4.3
7+
version=1.5.0

0 commit comments

Comments
 (0)