Skip to content

Commit dd0529c

Browse files
authored
Release 0.12.4 (#113)
1 parent 98d53fd commit dd0529c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [0.12.4](https://github.com/auth0/SimpleKeychain/tree/0.12.4) (2021-08-24)
4+
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.12.3...0.12.4)
5+
6+
**Security**
7+
- Update Addressable to v2.8.0 [\#111](https://github.com/auth0/SimpleKeychain/pull/111) ([Widcket](https://github.com/Widcket))
8+
39
## [0.12.3](https://github.com/auth0/SimpleKeychain/tree/0.12.3) (2021-06-07)
410
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.12.2...0.12.3)
511

Gemfile.lock

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GEM
1515
artifactory (3.0.15)
1616
atomos (0.1.3)
1717
aws-eventstream (1.1.1)
18-
aws-partitions (1.489.0)
18+
aws-partitions (1.490.0)
1919
aws-sdk-core (3.119.1)
2020
aws-eventstream (~> 1, >= 1.0.2)
2121
aws-partitions (~> 1, >= 1.239.0)
@@ -110,7 +110,7 @@ GEM
110110
faraday_middleware (1.1.0)
111111
faraday (~> 1.0)
112112
fastimage (2.2.5)
113-
fastlane (2.191.0)
113+
fastlane (2.192.0)
114114
CFPropertyList (>= 2.3, < 4.0.0)
115115
addressable (>= 2.8, < 3.0.0)
116116
artifactory (~> 3.0)
@@ -136,6 +136,7 @@ GEM
136136
mini_magick (>= 4.9.4, < 5.0.0)
137137
multipart-post (~> 2.0.0)
138138
naturally (~> 2.2)
139+
optparse (~> 0.1.1)
139140
plist (>= 3.1.0, < 4.0.0)
140141
rubyzip (>= 2.0.0, < 3.0.0)
141142
security (= 0.1.3)
@@ -212,6 +213,7 @@ GEM
212213
nap (1.1.0)
213214
naturally (2.2.1)
214215
netrc (0.11.0)
216+
optparse (0.1.1)
215217
os (1.1.1)
216218
plist (3.6.0)
217219
public_suffix (4.0.6)

SimpleKeychain/Info.plist

+1-1
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.3</string>
18+
<string>0.12.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)