diff --git a/CHANGELOG.md b/CHANGELOG.md index 021e1f269..d7bfaa4d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +## 3.17.2 - 2024-12-23 + - fix: ignore additional keyboard windows for $screen event ([#279](https://github.com/PostHog/posthog-ios/pull/279)) ## 3.17.1 - 2024-12-18 diff --git a/PostHog.podspec b/PostHog.podspec index c7a636034..73b49c2e7 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "3.17.1" + s.version = "3.17.2" 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 b9f38c39e..cb920d2ab 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.17.1" +public var postHogVersion = "3.17.2" public let postHogiOSSdkName = "posthog-ios" // This property is internal only