File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11## Next
22
3+ ## 3.30.0 - 2025-07-28
4+
35- feat: add person and group properties for feature flags ([#373](https://github.com/PostHog/posthog-ios/pull/373))
46- feat: support default properties for feature flag evaluation ([#375](https://github.com/PostHog/posthog-ios/pull/375))
57
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "PostHog"
3- s . version = "3.29 .0"
3+ s . version = "3.30 .0"
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.29 .0 "
12+ public var postHogVersion = " 3.30 .0 "
1313
1414public let postHogiOSSdkName = " posthog-ios "
1515// This property is internal only
You can’t perform that action at this time.
0 commit comments