diff --git a/CHANGELOG.md b/CHANGELOG.md index dc793c606..b5db622f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +## 3.16.1 - 2024-12-04 + - fix: screen flicker when capturing a screenshot when a sensitive text field is on screen ([#270](https://github.com/PostHog/posthog-ios/pull/270)) ## 3.16.0 - 2024-12-03 diff --git a/PostHog.podspec b/PostHog.podspec index 8b844bf29..a0980be17 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "3.16.0" + s.version = "3.16.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 5af3b0344..26fadb8e2 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.16.0" +public var postHogVersion = "3.16.1" public let postHogiOSSdkName = "posthog-ios" // This property is internal only