diff --git a/CHANGELOG.md b/CHANGELOG.md index adddf01ad..3cb6045b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [3.6.5] +### Fixed - Fixed IterableEmbeddedView not having an empty constructor and causing crashes +- Fixed custom actions not working in background when SDK is not initialized +- Fixed double callback problem for setEmail with auto push registration ## [3.6.4] ### Fixed diff --git a/iterableapi-ui/build.gradle b/iterableapi-ui/build.gradle index 611f50808..128a6444e 100644 --- a/iterableapi-ui/build.gradle +++ b/iterableapi-ui/build.gradle @@ -61,7 +61,7 @@ dependencies { ext { libraryName = 'iterableapi-ui' - libraryVersion = '3.6.4' + libraryVersion = '3.6.5' } if (hasProperty("mavenPublishEnabled")) { diff --git a/iterableapi/build.gradle b/iterableapi/build.gradle index 82a3f69e4..18d7d99f7 100644 --- a/iterableapi/build.gradle +++ b/iterableapi/build.gradle @@ -89,7 +89,7 @@ dependencies { ext { libraryName = 'iterableapi' - libraryVersion = '3.6.4' + libraryVersion = '3.6.5' } if (hasProperty("mavenPublishEnabled")) {