The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
**Removed**
- Drop support for iOS 12, tvOS 12, macOS 10.15, watch0S < 7, and Xcode 13 [\#199](https://github.com/auth0/JWTDecode.swift/pull/199) ([Widcket](https://github.com/Widcket))
**Fixed**
- Fix conversion of boolean claim values [\#193](https://github.com/auth0/JWTDecode.swift/pull/193) ([Widcket](https://github.com/Widcket))
> 💡 Check the [Migration Guide](V3_MIGRATION_GUIDE.md) to understand the changes required to migrate your application to v3.
**⚠️ BREAKING CHANGES**
- Rename `DecodeError` and error case [\#162](https://github.com/auth0/JWTDecode.swift/pull/162) ([Widcket](https://github.com/Widcket))
- Drop support for Objective-C [SDK-3405] [\#149](https://github.com/auth0/JWTDecode.swift/pull/149) ([Widcket](https://github.com/Widcket))
- Remove ID token validator [SDK-3395] [\#145](https://github.com/auth0/JWTDecode.swift/pull/145) ([Widcket](https://github.com/Widcket))
- Drop support for old platform versions [SDK-3386] [\#143](https://github.com/auth0/JWTDecode.swift/pull/143) ([Widcket](https://github.com/Widcket))
- Drop support for old Swift versions [SDK-3394] [\#142](https://github.com/auth0/JWTDecode.swift/pull/142) ([Widcket](https://github.com/Widcket))
**Added**
- Add subscript getter for claims [SDK-3421] [\#156](https://github.com/auth0/JWTDecode.swift/pull/156) ([Widcket](https://github.com/Widcket))
**Changed**
- Apply recommended Xcode 14 settings [\#159](https://github.com/auth0/JWTDecode.swift/pull/159) ([Widcket](https://github.com/Widcket))
- Improve display of `DecodeError` [SDK-3427] [\#158](https://github.com/auth0/JWTDecode.swift/pull/158) ([Widcket](https://github.com/Widcket))
>💡 Check the [Migration Guide](V3_MIGRATION_GUIDE.md) to understand the changes required to migrate your application to v3.
**⚠️ BREAKING CHANGES**
- Rename `DecodeError` and error case [\#162](https://github.com/auth0/JWTDecode.swift/pull/162) ([Widcket](https://github.com/Widcket))
- Drop support for Objective-C [SDK-3405] [\#149](https://github.com/auth0/JWTDecode.swift/pull/149) ([Widcket](https://github.com/Widcket))
- Remove ID token validator [SDK-3395] [\#145](https://github.com/auth0/JWTDecode.swift/pull/145) ([Widcket](https://github.com/Widcket))
- Drop support for old platform versions [SDK-3386] [\#143](https://github.com/auth0/JWTDecode.swift/pull/143) ([Widcket](https://github.com/Widcket))
- Drop support for old Swift versions [SDK-3394] [\#142](https://github.com/auth0/JWTDecode.swift/pull/142) ([Widcket](https://github.com/Widcket))
**Added**
- Add subscript getter for claims [SDK-3421] [\#156](https://github.com/auth0/JWTDecode.swift/pull/156) ([Widcket](https://github.com/Widcket))
**Changed**
- Apply recommended Xcode 14 settings [\#159](https://github.com/auth0/JWTDecode.swift/pull/159) ([Widcket](https://github.com/Widcket))
- Improve display of `DecodeError` [SDK-3427] [\#158](https://github.com/auth0/JWTDecode.swift/pull/158) ([Widcket](https://github.com/Widcket))
**Changed**
- Updated dependencies [\#132](https://github.com/auth0/JWTDecode.swift/pull/132) ([Widcket](https://github.com/Widcket))
**Fixed**
- Add supported Plattforms to Package.swift [\#131](https://github.com/auth0/JWTDecode.swift/pull/131) ([obrhoff](https://github.com/obrhoff))
**Security**
- Update Addressable to v2.8.0 [\#127](https://github.com/auth0/JWTDecode.swift/pull/127) ([Widcket](https://github.com/Widcket))
**Changed**
- 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))
- Added support for boolean claims [\#121](https://github.com/auth0/JWTDecode.swift/pull/121) ([kaishin](https://github.com/kaishin))
⚠️ **This release adds support for Xcode 12 and drops support for Xcode < 11.4**
**Changed**
- Updated Quick and Nimble [\#421](https://github.com/auth0/Auth0.swift/pull/421) ([Widcket](https://github.com/Widcket))
**Changed**
- Lowered tvOS deployment target to 9.0 [\#100](https://github.com/auth0/JWTDecode.swift/pull/100) ([Widcket](https://github.com/Widcket))
- Added SPM instructions to the README [\#99](https://github.com/auth0/JWTDecode.swift/pull/99) ([Widcket](https://github.com/Widcket))