Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.17 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.17](1.0.0-alpha.16...1.0.0-alpha.17) (2021-11-03)

### Bug Fixes

* improve user-agent with more detail ([#74](#74)) ([4301034](4301034))
  • Loading branch information
semantic-release-bot committed Nov 3, 2021
1 parent 4301034 commit 7bacf56
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.17](https://github.com/customerio/customerio-ios/compare/1.0.0-alpha.16...1.0.0-alpha.17) (2021-11-03)


### Bug Fixes

* improve user-agent with more detail ([#74](https://github.com/customerio/customerio-ios/issues/74)) ([4301034](https://github.com/customerio/customerio-ios/commit/43010347680d84dfa7d2b782bce18a25b40b8296))

# [1.0.0-alpha.16](https://github.com/customerio/customerio-ios/compare/1.0.0-alpha.15...1.0.0-alpha.16) (2021-10-08)


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

0 comments on commit 7bacf56

Please sign in to comment.