Skip to content

Commit

Permalink
Release 2.4.0 (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Jun 15, 2023
1 parent dfa594a commit 635ada1
Show file tree
Hide file tree
Showing 686 changed files with 834 additions and 831 deletions.
2 changes: 1 addition & 1 deletion Auth0.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ excluded_files = [*web_auth_files, *ios_files, *macos_files]

Pod::Spec.new do |s|
s.name = 'Auth0'
s.version = '2.3.2'
s.version = '2.4.0'
s.summary = "Auth0 SDK for Apple platforms"
s.description = <<-DESC
Auth0 SDK for iOS, macOS, tvOS, and watchOS apps.
Expand Down
2 changes: 1 addition & 1 deletion Auth0/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.3.2</string>
<string>2.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Auth0/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let version = "2.3.2"
let version = "2.4.0"
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [2.4.0](https://github.com/auth0/Auth0.swift/tree/2.4.0) (2023-06-15)
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/2.3.2...2.4.0)

**Added**
- Add `renew()` to Credentials Manager [SDK-4300] [\#772](https://github.com/auth0/Auth0.swift/pull/772) ([Widcket](https://github.com/Widcket))
- Add hook for web view closing [\#754](https://github.com/auth0/Auth0.swift/pull/754) ([xavierLowmiller](https://github.com/xavierLowmiller))

**Changed**
- Bump the minimum versions of JWTDecode.swift and SimpleKeychain [\#777](https://github.com/auth0/Auth0.swift/pull/777) ([Widcket](https://github.com/Widcket))

**Fixed**
- Fix unhandled dismissal of `SFSafariViewController` [\#758](https://github.com/auth0/Auth0.swift/pull/758) ([Widcket](https://github.com/Widcket))

**Removed**
- Drop support for iOS 12, tvOS 12, macOS 10.15, watch0S < 7, and Xcode 13 [\#775](https://github.com/auth0/Auth0.swift/pull/775) ([Widcket](https://github.com/Widcket))

## [2.3.2](https://github.com/auth0/Auth0.swift/tree/2.3.2) (2022-10-28)
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/2.3.1...2.3.2)

Expand Down
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
CFPropertyList (3.0.6)
rexml
activesupport (7.0.4.3)
activesupport (7.0.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -16,17 +16,17 @@ GEM
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.750.0)
aws-sdk-core (3.171.0)
aws-partitions (1.779.0)
aws-sdk-core (3.174.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.63.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sdk-kms (1.66.0)
aws-sdk-core (~> 3, >= 3.174.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.121.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sdk-s3 (1.124.0)
aws-sdk-core (~> 3, >= 3.174.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.5.2)
Expand Down Expand Up @@ -86,7 +86,7 @@ GEM
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
excon (0.99.0)
excon (0.100.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand Down Expand Up @@ -115,8 +115,8 @@ GEM
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.6)
fastlane (2.212.2)
fastimage (2.2.7)
fastlane (2.213.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand All @@ -140,7 +140,7 @@ GEM
json (< 3.0.0)
jwt (>= 2.1.0, < 3)
mini_magick (>= 4.9.4, < 5.0.0)
multipart-post (~> 2.0.0)
multipart-post (>= 2.0.0, < 3.0.0)
naturally (~> 2.2)
optparse (~> 0.1.1)
plist (>= 3.1.0, < 4.0.0)
Expand All @@ -161,7 +161,7 @@ GEM
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.39.0)
google-apis-androidpublisher_v3 (0.43.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-core (0.11.0)
addressable (~> 2.5, >= 2.5.1)
Expand Down Expand Up @@ -203,31 +203,31 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
json (2.6.3)
jwt (2.7.0)
jwt (2.7.1)
memoist (0.16.2)
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
mini_portile2 (2.8.2)
minitest (5.18.0)
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.0.0)
multipart-post (2.3.0)
nanaimo (0.3.0)
nap (1.1.0)
naturally (2.2.1)
netrc (0.11.0)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
optparse (0.1.1)
os (1.1.4)
plist (3.7.0)
public_suffix (4.0.7)
racc (1.6.2)
racc (1.7.1)
rake (13.0.6)
representable (3.2.0)
declarative (< 0.1.0)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Then, select the dependency rule and press **Add Package**.
Add the following line to your `Podfile`:

```ruby
pod 'Auth0', '~> 2.3'
pod 'Auth0', '~> 2.4'
```

Then, run `pod install`.
Expand All @@ -65,7 +65,7 @@ Then, run `pod install`.
Add the following line to your `Cartfile`:

```text
github "auth0/Auth0.swift" ~> 2.3
github "auth0/Auth0.swift" ~> 2.4
```

Then, run `carthage bootstrap --use-xcframeworks`.
Expand Down
9 changes: 9 additions & 0 deletions docs/css/chunk-384ef189.7ede1ea3.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions docs/css/documentation-topic.29351f99.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions docs/css/documentation-topic.3bca6578.css

This file was deleted.

9 changes: 9 additions & 0 deletions docs/css/documentation-topic~topic.fccbd76c.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

This file was deleted.

9 changes: 0 additions & 9 deletions docs/css/index.12bb178a.css

This file was deleted.

9 changes: 9 additions & 0 deletions docs/css/index.d5b499b0.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/css/topic.726a35dc.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions docs/css/topic.ee15af52.css

This file was deleted.

9 changes: 0 additions & 9 deletions docs/css/tutorials-overview.06e8bcf7.css

This file was deleted.

9 changes: 9 additions & 0 deletions docs/css/tutorials-overview.2a582c39.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/data/documentation/auth0.json

Large diffs are not rendered by default.

Loading

0 comments on commit 635ada1

Please sign in to comment.