Skip to content

Commit 65b03ea

Browse files
authored
Release 2.6.2 (#129)
1 parent 9f2288a commit 65b03ea

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
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+
## [2.6.2](https://github.com/auth0/JWTDecode.swift/tree/2.6.2) (2021-08-24)
4+
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.6.1...2.6.2)
5+
6+
**Security**
7+
- Update Addressable to v2.8.0 [\#127](https://github.com/auth0/JWTDecode.swift/pull/127) ([Widcket](https://github.com/Widcket))
8+
39
## [2.6.1](https://github.com/auth0/JWTDecode.swift/tree/2.6.1) (2021-06-07)
410
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.6.0...2.6.1)
511

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GEM
1616
artifactory (3.0.15)
1717
atomos (0.1.3)
1818
aws-eventstream (1.1.1)
19-
aws-partitions (1.489.0)
19+
aws-partitions (1.490.0)
2020
aws-sdk-core (3.119.1)
2121
aws-eventstream (~> 1, >= 1.0.2)
2222
aws-partitions (~> 1, >= 1.239.0)
@@ -111,7 +111,7 @@ GEM
111111
faraday_middleware (1.1.0)
112112
faraday (~> 1.0)
113113
fastimage (2.2.5)
114-
fastlane (2.191.0)
114+
fastlane (2.192.0)
115115
CFPropertyList (>= 2.3, < 4.0.0)
116116
addressable (>= 2.8, < 3.0.0)
117117
artifactory (~> 3.0)
@@ -137,6 +137,7 @@ GEM
137137
mini_magick (>= 4.9.4, < 5.0.0)
138138
multipart-post (~> 2.0.0)
139139
naturally (~> 2.2)
140+
optparse (~> 0.1.1)
140141
plist (>= 3.1.0, < 4.0.0)
141142
rubyzip (>= 2.0.0, < 3.0.0)
142143
security (= 0.1.3)
@@ -213,6 +214,7 @@ GEM
213214
nap (1.1.0)
214215
naturally (2.2.1)
215216
netrc (0.11.0)
217+
optparse (0.1.1)
216218
os (1.1.1)
217219
plist (3.6.0)
218220
public_suffix (4.0.6)

JWTDecode/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>2.6.1</string>
18+
<string>2.6.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)