diff --git a/CHANGELOG.md b/CHANGELOG.md index c9fbc4381..5f81df82e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.21](https://github.com/customerio/customerio-ios/compare/1.0.0-alpha.20...1.0.0-alpha.21) (2021-12-13) + + +### Features + +* add [String:Any] support to identify & track ([#94](https://github.com/customerio/customerio-ios/issues/94)) ([5a220c4](https://github.com/customerio/customerio-ios/commit/5a220c401c1df1153cdb0cb56efe5a885dd08c68)) + # [1.0.0-alpha.20](https://github.com/customerio/customerio-ios/compare/1.0.0-alpha.19...1.0.0-alpha.20) (2021-12-13) diff --git a/Sources/Tracking/Version.swift b/Sources/Tracking/Version.swift index ee4b0de88..46f8d6bea 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 = "1.0.0-alpha.20" + static let version: String = "1.0.0-alpha.21" }