Skip to content

Commit

Permalink
Release 2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javrudsky committed Jul 29, 2024
1 parent 9cbbd16 commit 2381c8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
2.25.1 (Jun 3, 2024)
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.

2.25.1: (Jun 3, 2024)
- Updated impressions deduplication to apply across sessions.

2.25.0: (May 21, 2024)
Expand Down
2 changes: 1 addition & 1 deletion Split.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'Split'
s.module_name = 'Split'
s.version = '2.26.0-rc6'
s.version = '2.26.0'
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.
Expand Down
2 changes: 1 addition & 1 deletion Split/Common/Utils/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

class Version {
private static let kSdkPlatform: String = "ios"
private static let kVersion = "2.26.0-rc6"
private static let kVersion = "2.26.0"

static var semantic: String {
return kVersion
Expand Down

0 comments on commit 2381c8d

Please sign in to comment.