Skip to content

Commit

Permalink
chore: prepare for 4.4.0
Browse files Browse the repository at this point in the history
## [4.4.0](4.3.0...4.4.0) (2024-11-13)

### Features

* support for large in-app messages ([#456](#456)) ([b8331bf](b8331bf))
  • Loading branch information
semantic-release-bot committed Nov 13, 2024
1 parent b8331bf commit b6eefce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.4.0](https://github.com/customerio/customerio-android/compare/4.3.0...4.4.0) (2024-11-13)

### Features

* support for large in-app messages ([#456](https://github.com/customerio/customerio-android/issues/456)) ([b8331bf](https://github.com/customerio/customerio-android/commit/b8331bf7cea27628ebbb4d3070a897e1073c789f))

## [4.3.0](https://github.com/customerio/customerio-android/compare/4.2.0...4.3.0) (2024-10-16)

### Features
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/kotlin/io/customer/sdk/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ package io.customer.sdk

// TODO: Check before final release if we still need to keep Version class public or can be internal
object Version {
const val version: String = "4.3.0"
const val version: String = "4.4.0"
}

0 comments on commit b6eefce

Please sign in to comment.