Skip to content

Commit 57a0a62

Browse files
authored
prepare for release 3.1.5 (#458)
1 parent 5db54ae commit 57a0a62

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 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.4
96+
- VERSION=3.1.5
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,7 +106,7 @@ jobs:
106106
os: osx
107107
osx_image: xcode10
108108
env:
109-
- VERSION=3.1.4
109+
- VERSION=3.1.5
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

CHANGELOG.md

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

3+
## 3.1.5
4+
October 6th, 2020
5+
6+
### Bug Fixes
7+
* Explicitly add secondary dependencies into podspecs to fix Xcode 12 build issue. ([#457](https://github.com/optimizely/objective-c-sdk/pull/457))
8+
39
## 3.1.4
410
September 23rd, 2020
511

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.4'```
46+
```pod 'OptimizelySDK<platform>', '~> 3.1.5'```
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.4
55+
github "optimizely/objective-c-sdk" ~> 3.1.5
5656
</pre>
5757

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

0 commit comments

Comments
 (0)