Skip to content

Commit d1ec816

Browse files
authored
Release 0.12.1 (#100)
* Release 0.12.1 * Update gems
1 parent aa70ec4 commit d1ec816

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [0.12.1](https://github.com/auth0/SimpleKeychain/tree/0.12.1) (2020-10-19)
4+
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.12.0...0.12.1)
5+
6+
**Fixed**
7+
- Fixed macOS version check on Big Sur [\#99](https://github.com/auth0/SimpleKeychain/pull/99) ([Widcket](https://github.com/Widcket))
8+
39
## [0.12.0](https://github.com/auth0/SimpleKeychain/tree/0.12.0) (2020-10-15)
410
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.11.1...0.12.0)
511

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GEM
1414
json (>= 1.5.1)
1515
atomos (0.1.3)
1616
aws-eventstream (1.1.0)
17-
aws-partitions (1.381.0)
17+
aws-partitions (1.383.0)
1818
aws-sdk-core (3.109.1)
1919
aws-eventstream (~> 1, >= 1.0.2)
2020
aws-partitions (~> 1, >= 1.239.0)
@@ -84,9 +84,10 @@ GEM
8484
escape (0.0.4)
8585
ethon (0.12.0)
8686
ffi (>= 1.3.0)
87-
excon (0.76.0)
88-
faraday (1.0.1)
87+
excon (0.78.0)
88+
faraday (1.1.0)
8989
multipart-post (>= 1.2, < 3)
90+
ruby2_keywords
9091
faraday-cookie_jar (0.0.7)
9192
faraday (>= 0.8.0)
9293
http-cookie (~> 1.0.0)
@@ -146,7 +147,7 @@ GEM
146147
google-cloud-core (1.5.0)
147148
google-cloud-env (~> 1.0)
148149
google-cloud-errors (~> 1.0)
149-
google-cloud-env (1.3.3)
150+
google-cloud-env (1.4.0)
150151
faraday (>= 0.17.3, < 2.0)
151152
google-cloud-errors (1.0.1)
152153
google-cloud-storage (1.29.1)
@@ -194,6 +195,7 @@ GEM
194195
retriable (3.1.2)
195196
rouge (2.0.7)
196197
ruby-macho (1.4.0)
198+
ruby2_keywords (0.0.2)
197199
rubyzip (2.3.0)
198200
security (0.1.3)
199201
semantic (1.6.1)

SimpleKeychain/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.12.0</string>
18+
<string>0.12.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

SimpleKeychainApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.12.0</string>
18+
<string>0.12.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

SimpleKeychainTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.12.0</string>
18+
<string>0.12.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

tvOSTestHost/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.12.0</string>
18+
<string>0.12.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)