From 62e47dad9b6900042a801eafdabb2023d259938e Mon Sep 17 00:00:00 2001 From: goenning Date: Fri, 22 Mar 2024 16:47:10 +0000 Subject: [PATCH] release 0.3.8 --- Aptabase.podspec | 2 +- CHANGELOG.md | 4 ++++ Sources/Aptabase/AptabaseClient.swift | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Aptabase.podspec b/Aptabase.podspec index bcf38d4..e32c996 100644 --- a/Aptabase.podspec +++ b/Aptabase.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Aptabase' - s.version = '0.3.7' + s.version = '0.3.8' s.summary = 'Swift SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps' s.homepage = 'https://aptabase.com' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7566bf6..5c840f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.8 + +* Add `deviceModel` + ## 0.3.7 * Add support for visionOS diff --git a/Sources/Aptabase/AptabaseClient.swift b/Sources/Aptabase/AptabaseClient.swift index f451eb3..0a1a4dc 100644 --- a/Sources/Aptabase/AptabaseClient.swift +++ b/Sources/Aptabase/AptabaseClient.swift @@ -1,7 +1,7 @@ import Foundation class AptabaseClient { - private static let sdkVersion = "aptabase-swift@0.3.7" + private static let sdkVersion = "aptabase-swift@0.3.8" // Session expires after 1 hour of inactivity private static let sessionTimeout: TimeInterval = 1 * 60 * 60