From f87a1922cbb65f63d3a0dc6491ee3de7da898e15 Mon Sep 17 00:00:00 2001 From: Ioannis J Date: Mon, 25 Nov 2024 15:24:34 +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 dcdf410aa..da2172464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +## 3.15.7 - 2024-11-25 + - fix: detect and mask out system photo library and user photos ([#261](https://github.com/PostHog/posthog-ios/pull/261)) ## 3.15.6 - 2024-11-20 diff --git a/PostHog.podspec b/PostHog.podspec index 9797ce81a..69ffa35a7 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "3.15.6" + s.version = "3.15.7" 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 14998037c..3f5f7a257 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.6" +public var postHogVersion = "3.15.7" public let postHogiOSSdkName = "posthog-ios" // This property is internal only