Skip to content

Commit 22e3d17

Browse files
authored
Release 2.6.1 (#126)
1 parent d3762f0 commit 22e3d17

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.1](https://github.com/auth0/JWTDecode.swift/tree/2.6.1) (2021-06-07)
4+
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.6.0...2.6.1)
5+
6+
**Changed**
7+
- Make test dependencies not resolve when installing with SPM [SDK-2599] [\#125](https://github.com/auth0/JWTDecode.swift/pull/125) ([Widcket](https://github.com/Widcket))
8+
39
## [2.6.0](https://github.com/auth0/JWTDecode.swift/tree/2.6.0) (2021-02-02)
410
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.5.0...2.6.0)
511

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

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

0 commit comments

Comments
 (0)