diff --git a/CHANGELOG.md b/CHANGELOG.md
index 882177c..b9b0658 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## [1.3.0](https://github.com/auth0/SimpleKeychain/tree/1.3.0) (2025-03-14)
+[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/1.2.0...1.3.0)
+
+**Added**
+- feat: add `errSecMissingEntitlement` error [\#224](https://github.com/auth0/SimpleKeychain/pull/224) ([grdsdev](https://github.com/grdsdev))
+- Add `Sendable` conformance [\#235](https://github.com/auth0/SimpleKeychain/pull/235) ([Widcket](https://github.com/Widcket))
+
## [1.2.0](https://github.com/auth0/SimpleKeychain/tree/1.2.0) (2024-09-16)
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/1.1.0...1.2.0)
diff --git a/Gemfile.lock b/Gemfile.lock
index a6cfbef..566d937 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -24,17 +24,18 @@ GEM
json (>= 1.5.1)
artifactory (3.0.17)
atomos (0.1.3)
- aws-eventstream (1.3.0)
- aws-partitions (1.1042.0)
- aws-sdk-core (3.216.1)
+ aws-eventstream (1.3.2)
+ aws-partitions (1.1067.0)
+ aws-sdk-core (3.220.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
+ base64
jmespath (~> 1, >= 1.6.1)
- aws-sdk-kms (1.97.0)
+ aws-sdk-kms (1.99.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
- aws-sdk-s3 (1.178.0)
+ aws-sdk-s3 (1.182.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
@@ -90,7 +91,7 @@ GEM
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
declarative (0.0.20)
- digest-crc (0.6.5)
+ digest-crc (0.7.0)
rake (>= 12.0.0, < 14.0.0)
domain_name (0.6.20240107)
dotenv (2.8.1)
@@ -129,7 +130,7 @@ GEM
faraday_middleware (1.2.1)
faraday (~> 1.0)
fastimage (2.4.0)
- fastlane (2.226.0)
+ fastlane (2.227.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
@@ -196,12 +197,12 @@ GEM
google-apis-core (>= 0.11.0, < 2.a)
google-apis-storage_v1 (0.31.0)
google-apis-core (>= 0.11.0, < 2.a)
- google-cloud-core (1.7.1)
+ google-cloud-core (1.8.0)
google-cloud-env (>= 1.0, < 3.a)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
- google-cloud-errors (1.4.0)
+ google-cloud-errors (1.5.0)
google-cloud-storage (1.47.0)
addressable (~> 2.8)
digest-crc (~> 0.4)
@@ -219,28 +220,30 @@ GEM
highline (2.0.3)
http-cookie (1.0.8)
domain_name (~> 0.5)
- httpclient (2.8.3)
+ httpclient (2.9.0)
+ mutex_m
i18n (1.14.7)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
- json (2.9.1)
+ json (2.10.2)
jwt (2.10.1)
base64
- logger (1.6.5)
+ logger (1.6.6)
mini_magick (4.13.2)
mini_mime (1.1.5)
- minitest (5.25.4)
+ minitest (5.25.5)
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.4.1)
+ mutex_m (0.3.0)
nanaimo (0.4.0)
nap (1.1.0)
naturally (2.2.1)
netrc (0.11.0)
nkf (0.2.0)
- nokogiri (1.18.2-arm64-darwin)
+ nokogiri (1.18.4-arm64-darwin)
racc (~> 1.4)
- nokogiri (1.18.2-x86_64-darwin)
+ nokogiri (1.18.4-x86_64-darwin)
racc (~> 1.4)
optparse (0.6.0)
os (1.1.4)
@@ -253,7 +256,7 @@ GEM
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
- rexml (3.4.0)
+ rexml (3.4.1)
rouge (3.28.0)
ruby-macho (2.5.1)
ruby2_keywords (0.0.5)
@@ -316,4 +319,4 @@ DEPENDENCIES
slather
BUNDLED WITH
- 2.4.10
+ 2.6.2
diff --git a/SimpleKeychain.podspec b/SimpleKeychain.podspec
index 2c8b4b9..c4774c4 100644
--- a/SimpleKeychain.podspec
+++ b/SimpleKeychain.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SimpleKeychain'
- s.version = '1.2.0'
+ s.version = '1.3.0'
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 331a2da..9f4a4aa 100644
--- a/SimpleKeychain/Info.plist
+++ b/SimpleKeychain/Info.plist
@@ -15,7 +15,7 @@