Skip to content

Commit

Permalink
Bump version to 0.9.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
itaihanski authored Mar 28, 2024
1 parent 2113267 commit d355f77
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.9.0

- New setup function for initializing the Descope SDK
- Replace password now returns a `AuthenticationResponse`
- Flutter Web support for both Session Management and Flows

# 0.8.1

- Remove OAuth `clientId` validation in iOS plugin
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 @@ -22,7 +22,7 @@ class DescopeSdk {
static const name = 'DescopeFlutter';

/// The Descope SDK version
static const version = '0.8.1';
static const version = '0.9.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.8.1
version: 0.9.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 d355f77

Please sign in to comment.