Skip to content

Commit

Permalink
Version 0.7.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
itaihanski authored Aug 21, 2023
1 parent 2ff3823 commit b206f34
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.7.0

- Added Magic Link support to Flows
- New `DescopeException` now thrown from all operations
- Fixed `redirectUrl` parameter
- Added Logger & Network client for easier debugging

# 0.6.0

- Beta release.
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 @@ -20,7 +20,7 @@ class DescopeSdk {
static const name = 'DescopeFlutter';

/// The Descope SDK version
static const version = '0.6.0';
static const version = '0.7.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.6.0
version: 0.7.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 b206f34

Please sign in to comment.