Skip to content

Commit a11ba4c

Browse files
authoredFeb 5, 2025··
[FSSDK-11111] chore: prepare release 5.1.0 (#574)
* prepare release 5.0.1
1 parent 1311d22 commit a11ba4c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
 

‎.github/workflows/swift.yml

+1-1
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: 5.1.0
2121

2222
jobs:
2323

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Optimizely Swift SDK Changelog
22

3+
## 5.1.0
4+
February 4th, 2025
5+
6+
### Functionality Enhancement
7+
* Add support for nested event tags ([#570](https://github.com/optimizely/swift-sdk/pull/570)).
8+
39
## 5.0.0
410
November 25th, 2024
511

‎README.md

+1-1
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', '~> 5.1.0'```
4343
</pre>
4444

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

0 commit comments

Comments
 (0)
Please sign in to comment.