Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.9 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.9](1.0.0-alpha.8...1.0.0-alpha.9) (2021-09-15)

### Bug Fixes

* call callback on main thread APN tokens ([#40](#40)) ([982ce9d](982ce9d))
  • Loading branch information
semantic-release-bot committed Sep 15, 2021
1 parent 982ce9d commit 92b06b6
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.0.0-alpha.9](https://github.com/customerio/customerio-ios/compare/1.0.0-alpha.8...1.0.0-alpha.9) (2021-09-15)


### Bug Fixes

* call callback on main thread APN tokens ([#40](https://github.com/customerio/customerio-ios/issues/40)) ([982ce9d](https://github.com/customerio/customerio-ios/commit/982ce9d9a8277d72d3fa49c66537a0a6f5b6401a))

# [1.0.0-alpha.8](https://github.com/customerio/customerio-ios/compare/1.0.0-alpha.7...1.0.0-alpha.8) (2021-09-15)


Expand Down
2 changes: 1 addition & 1 deletion Sources/Tracking/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import Foundation
Keep this file as small as possible to make the automated updating script stable and easy to use.
*/
internal enum SdkVersion {
static let version: String = "1.0.0-alpha.8"
static let version: String = "1.0.0-alpha.9"
}

0 comments on commit 92b06b6

Please sign in to comment.