diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb633cd2..68d9e4539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +## 3.15.6 - 2024-11-20 + - fix: read accessibilityLabel from parent's view to avoid performance hit on RN ([#259](https://github.com/PostHog/posthog-ios/pull/259)) ## 3.15.5 - 2024-11-19 diff --git a/PostHog.podspec b/PostHog.podspec index a2262b972..9797ce81a 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "3.15.5" + s.version = "3.15.6" 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 ddcbe4c1d..14998037c 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.5" +public var postHogVersion = "3.15.6" public let postHogiOSSdkName = "posthog-ios" // This property is internal only