From c0eb2737bc2727e7aa64ce1e43b33447766e943a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Oct 2021 19:50:40 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.16 [skip ci] # [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) ### Bug Fixes * opened push metrics ([#70](https://github.com/customerio/customerio-ios/issues/70)) ([a277378](https://github.com/customerio/customerio-ios/commit/a2773782811b581d17cc2eb554c321d91c8b6b67)) --- CHANGELOG.md | 7 +++++++ Sources/Tracking/Version.swift | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d67e12827..d32d4799a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [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) + + +### Bug Fixes + +* opened push metrics ([#70](https://github.com/customerio/customerio-ios/issues/70)) ([a277378](https://github.com/customerio/customerio-ios/commit/a2773782811b581d17cc2eb554c321d91c8b6b67)) + # [1.0.0-alpha.15](https://github.com/customerio/customerio-ios/compare/1.0.0-alpha.14...1.0.0-alpha.15) (2021-09-25) diff --git a/Sources/Tracking/Version.swift b/Sources/Tracking/Version.swift index d618cd96f..a86106e04 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.15" + static let version: String = "1.0.0-alpha.16" }