diff --git a/SDK/Batch.aar b/SDK/Batch.aar index 37967d6..ed8af9f 100644 Binary files a/SDK/Batch.aar and b/SDK/Batch.aar differ diff --git a/SDK/CHANGELOG.md b/SDK/CHANGELOG.md index d305a38..4e72ae8 100644 --- a/SDK/CHANGELOG.md +++ b/SDK/CHANGELOG.md @@ -1,6 +1,19 @@ CHANGELOG ========= +1.15.2 +---- + +**Messaging** + +* Fixed a crash where the app would crash if the user rotated an automatically dismissing fullscreen/modal/image template. + +**User** + +* Added support for Date in BatchEventData. +* BatchEventData now supports up to 15 attributes (used to be 10). +* BatchUserAttribute now has a public constructor for easier mocking. + 1.15.1 ----