Skip to content

Commit a1eb3ff

Browse files
revert prepare release 5.0.0
1 parent ff10f88 commit a1eb3ff

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
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: 5.0.0
20+
VERSION: 4.1.0
2121

2222
jobs:
2323

CHANGELOG.md

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

3-
## 5.0.0
4-
November 25th, 2024
5-
6-
### Breaking Changes
7-
* VUID configuration is now independent of ODP ([#556](https://github.com/optimizely/swift-sdk/pull/556))
8-
* When VUID is disabled:
9-
* `vuid` is not generated or saved.
10-
* `client-initialized` event will not auto fired on SDK init.
11-
* `vuid` is not included in the odp events as a default attribute.
12-
* `createUserContext()` will be rejected if `userId` is not provided.
13-
143
## 4.1.0
154
November 8, 2024
165

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you have a name conflict with other swift packages when you add the Optimizel
3939
#### CocoaPods
4040
1. Add the following lines to the _Podfile_:<pre>
4141
```use_frameworks!```
42-
```pod 'OptimizelySwiftSDK', '~> 5.0.0'```
42+
```pod 'OptimizelySwiftSDK', '~> 4.1.0'```
4343
</pre>
4444

4545
2. Run the following command: <pre>``` pod install ```</pre>

0 commit comments

Comments
 (0)