diff --git a/PostHog.podspec b/PostHog.podspec index f37a58fff..9e85bab1f 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "3.5.0" + s.version = "3.5.1" s.summary = "The hassle-free way to add posthog to your iOS app." s.description = <<-DESC diff --git a/PostHog/PostHogVersion.swift b/PostHog/PostHogVersion.swift index 10edf2771..f041051d4 100644 --- a/PostHog/PostHogVersion.swift +++ b/PostHog/PostHogVersion.swift @@ -9,7 +9,7 @@ import Foundation // if you change this, make sure to also change it in the podspec and check if the script scripts/bump-version.sh still works // This property is internal only -public var postHogVersion = "3.5.0" +public var postHogVersion = "3.5.1" // This property is internal only public var postHogSdkName = "posthog-ios" diff --git a/USAGE.md b/USAGE.md index 659cddc8f..725548e17 100644 --- a/USAGE.md +++ b/USAGE.md @@ -202,7 +202,7 @@ If any of the breaking changes are blocking you, please [open an issue](https:// Enable `Record user sessions` on the [PostHog project settings](https://us.posthog.com/settings/project-replay#replay). -Requires the iOS SDK version >= [3.5.0](https://github.com/PostHog/posthog-ios/releases/). +Requires the iOS SDK version >= [3.5.1](https://github.com/PostHog/posthog-ios/releases/). Enable the SDK to capture Session Recording.