Skip to content

Commit

Permalink
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 a1eb3ff commit 37f9c02
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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: 4.1.0
VERSION: 5.0.0

jobs:

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

## 5.0.0
November 25th, 2024

### Breaking Changes
* VUID configuration is now independent of ODP ([#456](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', '~> 4.1.0'```
```pod 'OptimizelySwiftSDK', '~> 5.0.0'```
</pre>

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

0 comments on commit 37f9c02

Please sign in to comment.