From 3c1bafb495501ada4b4dd8b4dd705216b3afc4d3 Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Thu, 3 Nov 2022 13:42:50 +0000 Subject: [PATCH] Release v1.0.2 --- auth0_flutter/CHANGELOG.md | 10 ++++++++++ auth0_flutter/ios/auth0_flutter.podspec | 2 +- auth0_flutter/lib/src/version.dart | 2 +- auth0_flutter/pubspec.yaml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/auth0_flutter/CHANGELOG.md b/auth0_flutter/CHANGELOG.md index d3cbf97f..d7fb2b35 100644 --- a/auth0_flutter/CHANGELOG.md +++ b/auth0_flutter/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [v1.0.2](https://github.com/auth0/auth0-flutter/tree/v1.0.2) (2022-11-03) +[Full Changelog](https://github.com/auth0/auth0-flutter/compare/v1.0.1...v1.0.2) + +**Changed** +- af: Replace usages of `getOrDefault()` [\#179](https://github.com/auth0/auth0-flutter/pull/179) ([Widcket](https://github.com/Widcket)) +- af: Update Podspec [\#180](https://github.com/auth0/auth0-flutter/pull/180) ([Widcket](https://github.com/Widcket)) + +**Security** +- [Snyk] Security upgrade slather from 2.7.2 to 2.7.2 [\#176](https://github.com/auth0/auth0-flutter/pull/176) ([crew-security](https://github.com/crew-security)) + ## [1.0.1](https://github.com/auth0/auth0-flutter/tree/v1.0.1) (2022-09-14) [Full changelog](https://github.com/auth0/auth0-flutter/compare/v1.0.0...v1.0.1) diff --git a/auth0_flutter/ios/auth0_flutter.podspec b/auth0_flutter/ios/auth0_flutter.podspec index 1866f00b..564c5536 100644 --- a/auth0_flutter/ios/auth0_flutter.podspec +++ b/auth0_flutter/ios/auth0_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'auth0_flutter' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'Auth0 SDK for Flutter' s.description = 'Auth0 SDK for Flutter Android and iOS apps.' s.homepage = 'https://auth0.com' diff --git a/auth0_flutter/lib/src/version.dart b/auth0_flutter/lib/src/version.dart index 08d4cc8e..10fb2216 100644 --- a/auth0_flutter/lib/src/version.dart +++ b/auth0_flutter/lib/src/version.dart @@ -1 +1 @@ -const String version = '1.0.1'; +const String version = '1.0.2'; diff --git a/auth0_flutter/pubspec.yaml b/auth0_flutter/pubspec.yaml index acee6ce6..fa7f2aa3 100644 --- a/auth0_flutter/pubspec.yaml +++ b/auth0_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: auth0_flutter description: Auth0 SDK for Flutter. Easily integrate Auth0 into Android / iOS Flutter apps. -version: 1.0.1 +version: 1.0.2 homepage: https://github.com/auth0/auth0-flutter environment: