From 05a77c48130822e58eebade41ba4a3e73cab87ea Mon Sep 17 00:00:00 2001 From: Ioannis J Date: Wed, 9 Oct 2024 10:22:27 +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 2f2a6063e..70b2dee87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +## 3.12.7 - 2024-10-09 + - add appGroupIdentifier in posthog config ([#207](https://github.com/PostHog/posthog-ios/pull/207)) ## 3.12.6 - 2024-10-02 diff --git a/PostHog.podspec b/PostHog.podspec index fdf8df9e9..30dfed1fa 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "3.12.6" + s.version = "3.12.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 7e02c3b83..8a1307d20 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.12.6" +public var postHogVersion = "3.12.7" // This property is internal only public var postHogSdkName = "posthog-ios"