diff --git a/CHANGELOG.md b/CHANGELOG.md index dfbb118..f547760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Next +## 1.0.4 - 2025-03-03 + +- chore: pin the iOS SDK to 3.18.x until we fix [this issue](https://github.com/PostHog/posthog-ios/issues/292) + ## 1.0.3 - 2025-02-26 - chore: bump Android SDK to 3.11.3 diff --git a/posthog-react-native-session-replay.podspec b/posthog-react-native-session-replay.podspec index 7f6917c..440eecc 100644 --- a/posthog-react-native-session-replay.podspec +++ b/posthog-react-native-session-replay.podspec @@ -16,8 +16,9 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{swift,h,hpp,m,mm,c,cpp}" - # ~> Version 3.19.0 up to, but not including, 4.0.0 - s.dependency 'PostHog', '~> 3.19' + # ~> Version 3.18.0 up to, but not including, 3.19 + # fix after https://github.com/PostHog/posthog-ios/issues/292 + s.dependency 'PostHog', '~> 3.18' s.ios.deployment_target = '13.0' s.swift_versions = "5.3"