Skip to content

Commit

Permalink
revert prepare release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muzahidul-opti committed Nov 25, 2024
1 parent ff10f88 commit a1eb3ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
description: release

env:
VERSION: 5.0.0
VERSION: 4.1.0

jobs:

Expand Down
11 changes: 0 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# Optimizely Swift SDK Changelog

## 5.0.0
November 25th, 2024

### Breaking Changes
* VUID configuration is now independent of ODP ([#556](https://github.com/optimizely/swift-sdk/pull/556))
* When VUID is disabled:
* `vuid` is not generated or saved.
* `client-initialized` event will not auto fired on SDK init.
* `vuid` is not included in the odp events as a default attribute.
* `createUserContext()` will be rejected if `userId` is not provided.

## 4.1.0
November 8, 2024

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you have a name conflict with other swift packages when you add the Optimizel
#### CocoaPods
1. Add the following lines to the _Podfile_:<pre>
```use_frameworks!```
```pod 'OptimizelySwiftSDK', '~> 5.0.0'```
```pod 'OptimizelySwiftSDK', '~> 4.1.0'```
</pre>

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

0 comments on commit a1eb3ff

Please sign in to comment.