diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f1f2bf..e1cb36c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.8.1 + +- Remove OAuth `clientId` validation in iOS plugin + # 0.8.0 - Add custom attributes and multiple names to DescopeUser objects diff --git a/lib/src/sdk/sdk.dart b/lib/src/sdk/sdk.dart index 8542c43..52097a6 100644 --- a/lib/src/sdk/sdk.dart +++ b/lib/src/sdk/sdk.dart @@ -21,7 +21,7 @@ class DescopeSdk { static const name = 'DescopeFlutter'; /// The Descope SDK version - static const version = '0.8.0'; + static const version = '0.8.1'; /// The configuration of the [DescopeSdk] instance. final DescopeConfig config; diff --git a/pubspec.yaml b/pubspec.yaml index 6b22563..9ef1707 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: descope description: A Flutter package for working with the Descope API. -version: 0.8.0 +version: 0.8.1 homepage: https://www.descope.com repository: https://github.com/descope/descope-flutter issue_tracker: https://github.com/descope/descope-flutter/issues