Skip to content

Commit

Permalink
chore: prepare for 1.1.0-alpha.3
Browse files Browse the repository at this point in the history
## [1.1.0-alpha.3](1.1.0-alpha.2...1.1.0-alpha.3) (2022-04-19)

### Features

* add device_manufacturer device attribute ([6a60f39](6a60f39))
  • Loading branch information
semantic-release-bot committed Apr 19, 2022
1 parent 4d195f3 commit d52f456
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.0-alpha.3](https://github.com/customerio/customerio-android/compare/1.1.0-alpha.2...1.1.0-alpha.3) (2022-04-19)


### Features

* add device_manufacturer device attribute ([6a60f39](https://github.com/customerio/customerio-android/commit/6a60f3900c08e9e2bccc2fc76986dc4b66123c95))

## [1.1.0-alpha.2](https://github.com/customerio/customerio-android/compare/1.1.0-alpha.1...1.1.0-alpha.2) (2022-03-25)


Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/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

internal object Version {

const val version: String = "1.1.0-alpha.2"
const val version: String = "1.1.0-alpha.3"
}

0 comments on commit d52f456

Please sign in to comment.