Skip to content

Commit 2093f81

Browse files
authored
prepare for 3.1.4 (#450)
1 parent 5aba7fd commit 2093f81

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
os: osx
9494
osx_image: xcode10
9595
env:
96-
- VERSION=3.1.3
96+
- VERSION=3.1.4
9797
install:
9898
# install hub
9999
- wget https://github.com/github/hub/releases/download/v2.11.2/hub-darwin-amd64-2.11.2.tgz -O /tmp/hub-darwin-amd64-2.11.2.tgz && tar -xvf /tmp/hub-darwin-amd64-2.11.2.tgz -C /usr/local/opt && ln -s /usr/local/opt/hub-darwin-amd64-2.11.2/bin/hub /usr/local/bin/hub
@@ -106,11 +106,11 @@ jobs:
106106
os: osx
107107
osx_image: xcode10
108108
env:
109-
- VERSION=3.1.3
109+
- VERSION=3.1.4
110110
install:
111111
# install hub
112112
- wget https://github.com/github/hub/releases/download/v2.11.2/hub-darwin-amd64-2.11.2.tgz -O /tmp/hub-darwin-amd64-2.11.2.tgz && tar -xvf /tmp/hub-darwin-amd64-2.11.2.tgz -C /usr/local/opt && ln -s /usr/local/opt/hub-darwin-amd64-2.11.2/bin/hub /usr/local/bin/hub
113113
# upgrade cocoapods
114-
- gem install cocoapods -v '1.6.1'
114+
- gem install cocoapods -v '1.8.0'
115115
script:
116116
- Scripts/run_release.sh

CHANGELOG.md

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

3+
## 3.4.1
4+
September 23rd, 2020
5+
6+
### Bug Fixes
7+
* Fix a bucketing error at traffic allocation boundaries. ([#449](https://github.com/optimizely/objective-c-sdk/pull/449))
8+
* Fix get_variation input validation. ([#441](https://github.com/optimizely/objective-c-sdk/pull/441))
9+
310
## 3.1.3
411
August 8th, 2019
512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ https://www.sqlite.org/threadsafe.html
4343
#### Cocoapod
4444
1. Add the following lines to the _Podfile_:<pre>
4545
```use_frameworks!```
46-
```pod 'OptimizelySDK<platform>', '~> 3.1.0'```
46+
```pod 'OptimizelySDK<platform>', '~> 3.1.4'```
4747
</pre>
4848

4949
2. Run the following command: <pre>``` pod install ```</pre>
@@ -52,7 +52,7 @@ Further installation instructions for Cocoapods: https://guides.cocoapods.org/us
5252

5353
#### Carthage
5454
1. Add the following lines to the _Cartfile_:<pre>
55-
github "optimizely/objective-c-sdk" ~> 3.1.0
55+
github "optimizely/objective-c-sdk" ~> 3.1.4
5656
</pre>
5757

5858
2. Run the following command:<pre>```carthage update```</pre>

0 commit comments

Comments
 (0)