Skip to content

Commit 7c06060

Browse files
committed
[FSSDK-8951] chore: prepare for v3.10.2 release
1 parent 63369e4 commit 7c06060

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Optimizely Swift SDK Changelog
22

3+
## 3.10.2
4+
March 14, 2023
5+
6+
* We updated our README.md and other non-functional code to reflect that this SDK supports both Optimizely Feature Experimentation and Optimizely Full Stack. ([#479](https://github.com/optimizely/swift-sdk/pull/479)).
7+
38
## 3.10.1
49
April 8, 2022
510

OptimizelySwiftSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Pod::Spec.new do |s|
22
s.name = "OptimizelySwiftSDK"
33
s.module_name = "Optimizely"
4-
s.version = "3.10.1"
4+
s.version = "3.10.2"
55
s.summary = "Optimizely experiment framework for iOS/tvOS/watchOS"
6-
s.homepage = "https://docs.developers.optimizely.com/full-stack/docs"
6+
s.homepage = "https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs"
77
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
88
s.author = { "Optimizely" => "[email protected]" }
99
s.ios.deployment_target = "10.0"

0 commit comments

Comments
 (0)