Skip to content

Commit

Permalink
Release 2.6.0 (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Mar 1, 2024
1 parent f051007 commit a4da5b3
Show file tree
Hide file tree
Showing 774 changed files with 1,081 additions and 1,080 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.5.0'
s.version = '2.6.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.5.0</string>
<string>2.6.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.5.0"
let version = "2.6.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.6.0](https://github.com/auth0/Auth0.swift/tree/2.6.0) (2024-03-01)
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/2.5.0...2.6.0)

**Added**
- Add support for HTTPS callbacks [SDK-4749] [\#832](https://github.com/auth0/Auth0.swift/pull/832) ([Widcket](https://github.com/Widcket))
- Add new error type to AuthenticationError [\#820](https://github.com/auth0/Auth0.swift/pull/820) ([lordzsolt](https://github.com/lordzsolt))

**Changed**
- Update PKCE-related messaging [\#789](https://github.com/auth0/Auth0.swift/pull/789) ([Widcket](https://github.com/Widcket))

**Deprecated**
- Deprecate methods related to updating user attributes using the Management API [\#815](https://github.com/auth0/Auth0.swift/pull/815) ([Widcket](https://github.com/Widcket))

**Fixed**
- Fix crash when the bundle ID contains characters not allowed in URL schemes [\#786](https://github.com/auth0/Auth0.swift/pull/786) ([Widcket](https://github.com/Widcket))

## [2.5.0](https://github.com/auth0/Auth0.swift/tree/2.5.0) (2023-07-18)
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/2.4.0...2.5.0)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,4 @@ DEPENDENCIES
slather

BUNDLED WITH
2.4.10
2.4.10
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.5'
pod 'Auth0', '~> 2.6'
```

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.5
github "auth0/Auth0.swift" ~> 2.6
```

Then, run `carthage bootstrap --use-xcframeworks`.
Expand Down
9 changes: 9 additions & 0 deletions docs/css/523.e9a069b0.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/css/675.40c3bcb2.css

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

9 changes: 0 additions & 9 deletions docs/css/chunk-c0335d80.10a2f091.css

This file was deleted.

9 changes: 0 additions & 9 deletions docs/css/documentation-topic.1d1eec04.css

This file was deleted.

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

Large diffs are not rendered by default.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

This file was deleted.

9 changes: 9 additions & 0 deletions docs/css/tutorials-overview.6eb589ed.css

Large diffs are not rendered by default.

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

This file was deleted.

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

Large diffs are not rendered by default.

Loading

0 comments on commit a4da5b3

Please sign in to comment.