From 269edc84c7b88e426f181fc97754a4958eab96a2 Mon Sep 17 00:00:00 2001 From: Ioannis J Date: Fri, 21 Feb 2025 13:31:32 +0200 Subject: [PATCH] fix: CHANGELOG --- CHANGELOG.md | 2 +- posthog-react-native-session-replay.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e5d969..795e52b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.0.1 - 2025-02-21 -- chore: pin the iOS SDK to 3.19.x +- chore: pin the iOS SDK to 3.x.x ## 1.0.0 - 2025-02-07 diff --git a/posthog-react-native-session-replay.podspec b/posthog-react-native-session-replay.podspec index df1cf0b..7f6917c 100644 --- a/posthog-react-native-session-replay.podspec +++ b/posthog-react-native-session-replay.podspec @@ -16,7 +16,7 @@ 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, 3.20.0 + # ~> Version 3.19.0 up to, but not including, 4.0.0 s.dependency 'PostHog', '~> 3.19' s.ios.deployment_target = '13.0' s.swift_versions = "5.3"