Skip to content

Commit

Permalink
chore: prepare for 4.0.0
Browse files Browse the repository at this point in the history
## [4.0.0](3.11.1...4.0.0) (2024-07-24)

### ⚠ BREAKING CHANGES

* android as CDP source (#412)

### Features

* add support for automatic activity screen tracking ([#334](#334)) ([9d239c8](9d239c8))
* added track methods ([#328](#328)) ([81d825f](81d825f))
* android as CDP source ([#412](#412)) ([772b489](772b489))
* expose public APIs to identify and clear profiles ([#322](#322)) ([09dea32](09dea32))
* track device with attributes ([#341](#341)) ([7cb17c1](7cb17c1))
* track metric event ([#335](#335)) ([f7af4e6](f7af4e6))
  • Loading branch information
semantic-release-bot committed Jul 24, 2024
1 parent 772b489 commit ab1a00e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [4.0.0](https://github.com/customerio/customerio-android/compare/3.11.1...4.0.0) (2024-07-24)

### ⚠ BREAKING CHANGES

* android as CDP source (#412)

### Features

* add support for automatic activity screen tracking ([#334](https://github.com/customerio/customerio-android/issues/334)) ([9d239c8](https://github.com/customerio/customerio-android/commit/9d239c895a975b7980c39e0ae0cb587cb1fb07a9))
* added track methods ([#328](https://github.com/customerio/customerio-android/issues/328)) ([81d825f](https://github.com/customerio/customerio-android/commit/81d825f0b5e6c56acf8d850057246def849b7ef4))
* android as CDP source ([#412](https://github.com/customerio/customerio-android/issues/412)) ([772b489](https://github.com/customerio/customerio-android/commit/772b4895a5d0599f6b4b375e925a012545d70cc3))
* expose public APIs to identify and clear profiles ([#322](https://github.com/customerio/customerio-android/issues/322)) ([09dea32](https://github.com/customerio/customerio-android/commit/09dea3274af83e767cfbc1d8615e7893e2156c90))
* track device with attributes ([#341](https://github.com/customerio/customerio-android/issues/341)) ([7cb17c1](https://github.com/customerio/customerio-android/commit/7cb17c1e8e7aa9f1ad8e71c01f2f80dab38ee7d9))
* track metric event ([#335](https://github.com/customerio/customerio-android/issues/335)) ([f7af4e6](https://github.com/customerio/customerio-android/commit/f7af4e6ae899cde5a28683d2e0995e65fe01ddb9))

## [3.11.1](https://github.com/customerio/customerio-android/compare/3.11.0...3.11.1) (2024-07-15)

### Bug Fixes
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 = "3.11.1"
const val version: String = "4.0.0"
}
14 changes: 10 additions & 4 deletions reports/sdk-binary-size.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"core": {
"universal": "1.3MB"
},
"datapipelines": {
"universal": "1.7MB"
},
"messaginginapp": {
"universal": "3.2MB"
"universal": "3.1MB"
},
"messagingpush": {
"universal": "2.6MB"
"universal": "2.1MB"
},
"tracking": {
"universal": "1.9MB"
"tracking-migration": {
"universal": "1.4MB"
}
}

0 comments on commit ab1a00e

Please sign in to comment.