From b999bac225e34d5c69451e665d41ecb79c0b445b Mon Sep 17 00:00:00 2001 From: Ioannis J Date: Tue, 19 Nov 2024 20:27:24 +0200 Subject: [PATCH] Update version --- CHANGELOG.md | 2 ++ PostHog.podspec | 2 +- PostHog/PostHogVersion.swift | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7348668..4486998e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +## 3.15.5 - 2024-11-19 + - fix: properly mask SwiftUI Text (and text-based views) ([#257](https://github.com/PostHog/posthog-ios/pull/257)) ## 3.15.4 - 2024-11-19 diff --git a/PostHog.podspec b/PostHog.podspec index 71a43e204..a2262b972 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "3.15.4" + s.version = "3.15.5" 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 a7da01239..ddcbe4c1d 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.15.4" +public var postHogVersion = "3.15.5" public let postHogiOSSdkName = "posthog-ios" // This property is internal only