File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11## Next
22
3+ ## 3.26.2 - 2025-06-03
4+
35- fix: pause network capture when app is backgrounded ([#352](https://github.com/PostHog/posthog-ios/pull/352))
46- fix: prevent duplicate application lifecycle events ([#354](https://github.com/PostHog/posthog-ios/pull/354))
57
68## 3.26.1 - 2025-05-30
79
8- - fix: clear cached flags if remote config response hasFeatureFlags is false ([#347](https://github.com/PostHog/posthog-ios/pull/347))
10+ - fix: clear cached flags if remote config response hasFeatureFlags is false ([#347](https://github.com/PostHog/posthog-ios/pull/347))§
911
1012## 3.26.0 - 2025-05-20
1113
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "PostHog"
3- s . version = "3.26.1 "
3+ s . version = "3.26.2 "
44 s . summary = "The hassle-free way to add posthog to your iOS app."
55
66 s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import Foundation
99
1010// if you change this, make sure to also change it in the podspec and check if the script scripts/bump-version.sh still works
1111// This property is internal only
12- public var postHogVersion = " 3.26.1 "
12+ public var postHogVersion = " 3.26.2 "
1313
1414public let postHogiOSSdkName = " posthog-ios "
1515// This property is internal only
You can’t perform that action at this time.
0 commit comments