From a1eb3ff38bb1c262327d49658e12f23d58e01121 Mon Sep 17 00:00:00 2001 From: Muzahidul Islam Date: Mon, 25 Nov 2024 21:56:11 +0600 Subject: [PATCH] revert prepare release 5.0.0 --- .github/workflows/swift.yml | 2 +- CHANGELOG.md | 11 ----------- README.md | 2 +- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 82382fa5..4ebc6cc8 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -17,7 +17,7 @@ on: description: release env: - VERSION: 5.0.0 + VERSION: 4.1.0 jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 4166bf0b..be38dbc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 858f6295..1a271bc5 100644 --- a/README.md +++ b/README.md @@ -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_:
 ```use_frameworks!```
-```pod 'OptimizelySwiftSDK', '~> 5.0.0'```
+```pod 'OptimizelySwiftSDK', '~> 4.1.0'```
 
2. Run the following command:
``` pod install ```