From 8514dcd78cc0bff3909019a3159532c93bd85c4e Mon Sep 17 00:00:00 2001 From: "Javier L. Avrudsky" Date: Tue, 30 Jul 2024 15:32:57 -0300 Subject: [PATCH] Release 2.26.1 - Certificate pinning wildcard host filtering --- CHANGES.txt | 3 +++ Split.podspec | 2 +- Split/Common/Utils/Version.swift | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 3d84c662..1986f1d0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +2.26.1: (Jul 30, 2024) +- Added wildcard host filtering for certificate pinning. + 2.26.0: (Jul 29, 2024) - Added certificate pinning functionality. This feature allows you to pin a certificate to the SDK, ensuring that the SDK only communicates with servers that present this certificate. Read more in our documentation. diff --git a/Split.podspec b/Split.podspec index 0644abca..6a83239d 100644 --- a/Split.podspec +++ b/Split.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Split' s.module_name = 'Split' - s.version = '2.26.0' + s.version = '2.26.1' s.summary = 'iOS SDK for Split' s.description = <<-DESC This SDK is designed to work with Split, the platform for controlled rollouts, serving features to your users via the Split feature flag to manage your complete customer experience. diff --git a/Split/Common/Utils/Version.swift b/Split/Common/Utils/Version.swift index c14407c4..97393e8b 100644 --- a/Split/Common/Utils/Version.swift +++ b/Split/Common/Utils/Version.swift @@ -9,7 +9,7 @@ import Foundation class Version { private static let kSdkPlatform: String = "ios" - private static let kVersion = "2.26.0" + private static let kVersion = "2.26.1" static var semantic: String { return kVersion