You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Optimizely Swift SDK Changelog
2
2
3
+
## 3.9.0
4
+
September 15, 2021
5
+
6
+
### New Features
7
+
* Add new public properties to OptimizelyConfig. ([#417](https://github.com/optimizely/swift-sdk/pull/417), [#418](https://github.com/optimizely/swift-sdk/pull/418))
8
+
- sdkKey
9
+
- environmentKey
10
+
- attributes
11
+
- audiences
12
+
- events
13
+
- experimentRules and deliveryRules to OptimizelyFeature
14
+
- audiences to OptimizelyExperiment
15
+
* For details, refer to our documentation page: [https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-swift](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-swift).
0 commit comments