Skip to content

Commit 3a0ac5c

Browse files
Version 3.6.5
1 parent 6ba5719 commit 3a0ac5c

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Unreleased
5+
## [3.6.5]
6+
### Fixed
67
- Fixed IterableEmbeddedView not having an empty constructor and causing crashes
8+
- Fixed custom actions not working in background when SDK is not initialized
9+
- Fixed double callback problem for setEmail with auto push registration
710

811
## [3.6.4]
912
### Fixed

iterableapi-ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161

6262
ext {
6363
libraryName = 'iterableapi-ui'
64-
libraryVersion = '3.6.4'
64+
libraryVersion = '3.6.5'
6565
}
6666

6767
if (hasProperty("mavenPublishEnabled")) {

iterableapi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989

9090
ext {
9191
libraryName = 'iterableapi'
92-
libraryVersion = '3.6.4'
92+
libraryVersion = '3.6.5'
9393
}
9494

9595
if (hasProperty("mavenPublishEnabled")) {

0 commit comments

Comments
 (0)