diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ba56c05..81fb90e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [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) + + +### Bug Fixes + +* convert APN device token to string ([#39](https://github.com/customerio/customerio-ios/issues/39)) ([1f64a13](https://github.com/customerio/customerio-ios/commit/1f64a13467966f077642745d9f60a168113bdbff)) + # [1.0.0-alpha.7](https://github.com/customerio/customerio-ios/compare/1.0.0-alpha.6...1.0.0-alpha.7) (2021-09-13) diff --git a/Sources/Tracking/Version.swift b/Sources/Tracking/Version.swift index 645ef5acd..d61e08471 100644 --- a/Sources/Tracking/Version.swift +++ b/Sources/Tracking/Version.swift @@ -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 = "0.1.0-alpha" + static let version: String = "1.0.0-alpha.8" }