Skip to content

Commit e5c1fac

Browse files
committed
Update version
1 parent 4c68765 commit e5c1fac

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Next
22

3+
## 3.28.0 - 2025-06-19
4+
35
- feat: add support for beforeSend function to edit or drop events ([#357](https://github.com/PostHog/posthog-ios/pull/357))
46

57
## 3.27.0 - 2025-06-16

PostHog.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "PostHog"
3-
s.version = "3.27.0"
3+
s.version = "3.28.0"
44
s.summary = "The hassle-free way to add posthog to your iOS app."
55

66
s.description = <<-DESC

PostHog/PostHogVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.27.0"
12+
public var postHogVersion = "3.28.0"
1313

1414
public let postHogiOSSdkName = "posthog-ios"
1515
// This property is internal only

0 commit comments

Comments
 (0)