Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion iterableapi-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {

ext {
libraryName = 'iterableapi-ui'
libraryVersion = '3.6.4'
libraryVersion = '3.6.5'
}

if (hasProperty("mavenPublishEnabled")) {
Expand Down
2 changes: 1 addition & 1 deletion iterableapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {

ext {
libraryName = 'iterableapi'
libraryVersion = '3.6.4'
libraryVersion = '3.6.5'
}

if (hasProperty("mavenPublishEnabled")) {
Expand Down
Loading