diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c3919f..be97b83 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## [1.0.1](https://github.com/auth0/SimpleKeychain/tree/1.0.1) (2022-09-14)
+[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/1.0.0...1.0.1)
+
+**Fixed**
+- Fix Xcode 14 tvOS builds [\#170](https://github.com/auth0/SimpleKeychain/pull/170) ([yanniks](https://github.com/yanniks))
+
## [1.0.0](https://github.com/auth0/SimpleKeychain/tree/1.0.0) (2022-07-20)
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.12.5...1.0.0)
diff --git a/Gemfile.lock b/Gemfile.lock
index 1451f25..af924e3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -3,22 +3,22 @@ GEM
specs:
CFPropertyList (3.0.5)
rexml
- activesupport (6.1.6.1)
+ activesupport (6.1.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
- addressable (2.8.0)
- public_suffix (>= 2.0.2, < 5.0)
+ addressable (2.8.1)
+ public_suffix (>= 2.0.2, < 6.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
- aws-partitions (1.608.0)
- aws-sdk-core (3.131.3)
+ aws-partitions (1.629.0)
+ aws-sdk-core (3.146.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
@@ -82,13 +82,13 @@ GEM
rake (>= 12.0.0, < 14.0.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
- dotenv (2.7.6)
+ dotenv (2.8.1)
emoji_regex (3.2.3)
escape (0.0.4)
ethon (0.15.0)
ffi (>= 1.15.0)
- excon (0.92.3)
- faraday (1.10.0)
+ excon (0.92.4)
+ faraday (1.10.2)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
@@ -117,7 +117,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.6)
- fastlane (2.208.0)
+ fastlane (2.209.1)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
@@ -162,9 +162,9 @@ GEM
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
- google-apis-androidpublisher_v3 (0.25.0)
+ google-apis-androidpublisher_v3 (0.26.0)
google-apis-core (>= 0.7, < 2.a)
- google-apis-core (0.7.0)
+ google-apis-core (0.7.1)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
@@ -184,7 +184,7 @@ GEM
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
- google-cloud-errors (1.2.0)
+ google-cloud-errors (1.3.0)
google-cloud-storage (1.37.0)
addressable (~> 2.8)
digest-crc (~> 0.4)
@@ -208,12 +208,12 @@ GEM
concurrent-ruby (~> 1.0)
jmespath (1.6.1)
json (2.6.2)
- jwt (2.4.1)
+ jwt (2.5.0)
memoist (0.16.2)
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
- minitest (5.16.2)
+ minitest (5.16.3)
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.0.0)
@@ -221,7 +221,7 @@ GEM
nap (1.1.0)
naturally (2.2.1)
netrc (0.11.0)
- nokogiri (1.13.7)
+ nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
optparse (0.1.1)
diff --git a/SimpleKeychain.podspec b/SimpleKeychain.podspec
index 5263d4c..7a305ae 100644
--- a/SimpleKeychain.podspec
+++ b/SimpleKeychain.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SimpleKeychain'
- s.version = '1.0.0'
+ s.version = '1.0.1'
s.summary = 'A simple Keychain wrapper for iOS, macOS, tvOS, and watchOS'
s.description = <<-DESC
Easily store your user's credentials in the Keychain.
diff --git a/SimpleKeychain/Info.plist b/SimpleKeychain/Info.plist
index 60b9c00..7a84553 100644
--- a/SimpleKeychain/Info.plist
+++ b/SimpleKeychain/Info.plist
@@ -15,7 +15,7 @@