Skip to content

Commit

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

### Bug Fixes

* convert APN device token to string ([#39](#39)) ([1f64a13](1f64a13))
  • Loading branch information
semantic-release-bot committed Sep 15, 2021
1 parent 1f64a13 commit 216775a
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.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)


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

0 comments on commit 216775a

Please sign in to comment.