Skip to content

Commit 627aba5

Browse files
authored
[FSSDK-8951] chore: prepare for v3.10.2 release (#481)
* prepare for v3.10.2
1 parent e638360 commit 627aba5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
description: release
1818

1919
env:
20-
VERSION: 3.10.1
20+
VERSION: 3.10.2
2121

2222
jobs:
2323

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" => "support@optimizely.com" }
99
s.ios.deployment_target = "10.0"

0 commit comments

Comments
 (0)