Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.21 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.21](1.0.0-alpha.20...1.0.0-alpha.21) (2021-12-13)

### Features

* add [String:Any] support to identify & track ([#94](#94)) ([5a220c4](5a220c4))
  • Loading branch information
semantic-release-bot committed Dec 13, 2021
1 parent 5a220c4 commit 579f6ca
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.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)


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.20"
static let version: String = "1.0.0-alpha.21"
}

0 comments on commit 579f6ca

Please sign in to comment.