From 049f11cfc67f7f81c776a97a9fafd6eb23f1dc63 Mon Sep 17 00:00:00 2001 From: Ioannis J Date: Tue, 3 Dec 2024 09:57:37 +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 8492afc80..66308134c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +## 3.16.0 - 2024-12-03 + - fix: deprecate `maskPhotoLibraryImages` due to unintended masking issues ([#268](https://github.com/PostHog/posthog-ios/pull/268)) ## 3.15.9 - 2024-11-28 diff --git a/PostHog.podspec b/PostHog.podspec index 0b300c81d..8b844bf29 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "3.15.9" + s.version = "3.16.0" 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 6cd0535f5..5af3b0344 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.9" +public var postHogVersion = "3.16.0" public let postHogiOSSdkName = "posthog-ios" // This property is internal only