Skip to content

Commit

Permalink
Version 0.8.0 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
shilgapira authored Feb 22, 2024
1 parent 1e5937f commit 7860b1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.8.0

- Add custom attributes and multiple names to DescopeUser objects
- Add support for native Sign in with Apple/Google authentication
- Add support for authentication with Passkeys

# 0.7.2

- Fix issue with parsing cookie headers
Expand Down
2 changes: 1 addition & 1 deletion lib/src/sdk/sdk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DescopeSdk {
static const name = 'DescopeFlutter';

/// The Descope SDK version
static const version = '0.7.2';
static const version = '0.8.0';

/// The configuration of the [DescopeSdk] instance.
final DescopeConfig config;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: descope
description: A Flutter package for working with the Descope API.
version: 0.7.2
version: 0.8.0
homepage: https://www.descope.com
repository: https://github.com/descope/descope-flutter
issue_tracker: https://github.com/descope/descope-flutter/issues
Expand Down

0 comments on commit 7860b1f

Please sign in to comment.