Skip to content

Commit

Permalink
[FSSDK-8951] chore: prepare for v3.10.2 release (#481)
Browse files Browse the repository at this point in the history
* prepare for v3.10.2
  • Loading branch information
yasirfolio3 committed Mar 14, 2023
1 parent e638360 commit 627aba5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Expand Up @@ -17,7 +17,7 @@ on:
description: release

env:
VERSION: 3.10.1
VERSION: 3.10.2

jobs:

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Optimizely Swift SDK Changelog

## 3.10.2
March 14, 2023

* 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)).

## 3.10.1
April 8, 2022

Expand Down
4 changes: 2 additions & 2 deletions OptimizelySwiftSDK.podspec
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = "OptimizelySwiftSDK"
s.module_name = "Optimizely"
s.version = "3.10.1"
s.version = "3.10.2"
s.summary = "Optimizely experiment framework for iOS/tvOS/watchOS"
s.homepage = "https://docs.developers.optimizely.com/full-stack/docs"
s.homepage = "https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
s.author = { "Optimizely" => "support@optimizely.com" }
s.ios.deployment_target = "10.0"
Expand Down

0 comments on commit 627aba5

Please sign in to comment.