diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4fcf63..3617a67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## [3.2.0-beta.0](https://github.com/auth0/JWTDecode.swift/tree/3.2.0-beta.0) (2024-07-04)
+[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/3.1.0...3.2.0-beta.0)
+
+**Added**
+- feat: added support for visionOS platform [\#231](https://github.com/auth0/JWTDecode.swift/pull/231) ([desusai7](https://github.com/desusai7))
+
+**Changed**
+- Update Platforms Support Policy in README [\#214](https://github.com/auth0/JWTDecode.swift/pull/214) ([Widcket](https://github.com/Widcket))
+
## [3.1.0](https://github.com/auth0/JWTDecode.swift/tree/3.1.0) (2023-06-14)
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/3.0.1...3.1.0)
diff --git a/Gemfile.lock b/Gemfile.lock
index c313a38..e7f4e66 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -23,19 +23,19 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
- aws-partitions (1.950.0)
- aws-sdk-core (3.200.0)
+ aws-partitions (1.951.0)
+ aws-sdk-core (3.201.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
- aws-sdk-kms (1.87.0)
- aws-sdk-core (~> 3, >= 3.199.0)
- aws-sigv4 (~> 1.1)
- aws-sdk-s3 (1.155.0)
- aws-sdk-core (~> 3, >= 3.199.0)
+ aws-sdk-kms (1.88.0)
+ aws-sdk-core (~> 3, >= 3.201.0)
+ aws-sigv4 (~> 1.5)
+ aws-sdk-s3 (1.156.0)
+ aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
- aws-sigv4 (~> 1.8)
+ aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
@@ -170,6 +170,7 @@ GEM
fastlane-plugin-auth0_shipper (0.4.1)
semantic (~> 1.5)
ffi (1.17.0-arm64-darwin)
+ ffi (1.17.0-x86_64-darwin)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
@@ -233,6 +234,8 @@ GEM
nkf (0.2.0)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
+ nokogiri (1.16.6-x86_64-darwin)
+ racc (~> 1.4)
optparse (0.5.0)
os (1.1.4)
plist (3.7.1)
@@ -296,8 +299,8 @@ GEM
PLATFORMS
arm64-darwin-22
- x86_64-darwin-20
arm64-darwin-23
+ x86_64-darwin-20
DEPENDENCIES
cocoapods
diff --git a/JWTDecode.podspec b/JWTDecode.podspec
index c09ca2c..f15666a 100644
--- a/JWTDecode.podspec
+++ b/JWTDecode.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JWTDecode'
- s.version = '3.1.0'
+ s.version = '3.2.0-beta.0'
s.summary = 'A JWT decoder for iOS, macOS, tvOS, and watchOS'
s.description = <<-DESC
Easily decode a JWT and access the claims it contains.
diff --git a/JWTDecode/Info.plist b/JWTDecode/Info.plist
index 68cd975..293ea61 100644
--- a/JWTDecode/Info.plist
+++ b/JWTDecode/Info.plist
@@ -15,7 +15,7 @@