diff --git a/CHANGELOG.md b/CHANGELOG.md index 1705ea9ed..9eefc60fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +## 3.19.1 - 2025-01-13 + - fix: RN Expo builds failing ([#281](https://github.com/PostHog/posthog-ios/pull/281)) ## 3.19.0 - 2025-01-08 diff --git a/PostHog.podspec b/PostHog.podspec index 2f9190b7a..15b156327 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "3.19.0" + s.version = "3.19.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 18ad6ad84..810f101da 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.19.0" +public var postHogVersion = "3.19.1" public let postHogiOSSdkName = "posthog-ios" // This property is internal only