From e17c9942fcf3298a454a4626033f21948b885893 Mon Sep 17 00:00:00 2001 From: Ioannis J Date: Wed, 13 Nov 2024 08:29:06 +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 1dea90e69..63cb3d942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +## 3.15.2 - 2024-11-13 + - fix: allow changing person properties after identify ([#249](https://github.com/PostHog/posthog-ios/pull/249)) ## 3.15.1 - 2024-11-12 diff --git a/PostHog.podspec b/PostHog.podspec index 6da9ab039..67f306b33 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "3.15.1" + s.version = "3.15.2" 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 75ebed1b8..dd5c88cb4 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.1" +public var postHogVersion = "3.15.2" // This property is internal only public var postHogSdkName = "posthog-ios"