From dbaf85787d47231cbed37d86cab39874e1bd3f3f Mon Sep 17 00:00:00 2001 From: Ioannis J Date: Tue, 19 Nov 2024 14:07:23 +0200 Subject: [PATCH] Update version --- CHANGELOG.md | 4 +++- PostHog.podspec | 2 +- PostHog/PostHogVersion.swift | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e806ea34b..229becde7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ ## Next -- fix: reading screen size could sometimes lead to a deadlock ([#252](https://github.com/PostHog/posthog-ios/pull/252)) +## 3.15.4 - 2024-11-19 + - fix: avoid zero touch locations ([#256](https://github.com/PostHog/posthog-ios/pull/256)) +- fix: reading screen size could sometimes lead to a deadlock ([#252](https://github.com/PostHog/posthog-ios/pull/252)) ## 3.15.3 - 2024-11-18 diff --git a/PostHog.podspec b/PostHog.podspec index 36189c09b..71a43e204 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "3.15.3" + s.version = "3.15.4" s.summary = "The hassle-free way to add posthog to your iOS app." s.description = <<-DESC diff --git a/PostHog/PostHogVersion.swift b/PostHog/PostHogVersion.swift index 848048ea9..a7da01239 100644 --- a/PostHog/PostHogVersion.swift +++ b/PostHog/PostHogVersion.swift @@ -9,7 +9,7 @@ import Foundation // if you change this, make sure to also change it in the podspec and check if the script scripts/bump-version.sh still works // This property is internal only -public var postHogVersion = "3.15.3" +public var postHogVersion = "3.15.4" public let postHogiOSSdkName = "posthog-ios" // This property is internal only