diff --git a/auth0_flutter/CHANGELOG.md b/auth0_flutter/CHANGELOG.md index 859684f2..c55c8787 100644 --- a/auth0_flutter/CHANGELOG.md +++ b/auth0_flutter/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [af-v1.7.2](https://github.com/auth0/auth0-flutter/tree/af-v1.7.2) (2024-05-09) +[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v1.7.1...af-v1.7.2) + +**Fixed** +- (af) chore: upgraded dependency on Auth0.swift to 2.7.2 [\#451](https://github.com/auth0/auth0-flutter/pull/451) ([desusai7](https://github.com/desusai7)) +- ci: upgraded setup-ruby action version to 1.176.0 [\#452](https://github.com/auth0/auth0-flutter/pull/452) ([desusai7](https://github.com/desusai7)) + ## [af-v1.7.1](https://github.com/auth0/auth0-flutter/tree/af-v1.7.1) (2024-05-03) [Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v1.7.0...af-v1.7.1) diff --git a/auth0_flutter/darwin/auth0_flutter.podspec b/auth0_flutter/darwin/auth0_flutter.podspec index f62f61e8..4318647d 100644 --- a/auth0_flutter/darwin/auth0_flutter.podspec +++ b/auth0_flutter/darwin/auth0_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'auth0_flutter' - s.version = '1.7.1' + s.version = '1.7.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/ios/auth0_flutter.podspec b/auth0_flutter/ios/auth0_flutter.podspec index f62f61e8..4318647d 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.7.1' + s.version = '1.7.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 2c5c19ed..00ddce6e 100644 --- a/auth0_flutter/lib/src/version.dart +++ b/auth0_flutter/lib/src/version.dart @@ -1 +1 @@ -const String version = '1.7.1'; +const String version = '1.7.2'; diff --git a/auth0_flutter/macos/auth0_flutter.podspec b/auth0_flutter/macos/auth0_flutter.podspec index f62f61e8..4318647d 100644 --- a/auth0_flutter/macos/auth0_flutter.podspec +++ b/auth0_flutter/macos/auth0_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'auth0_flutter' - s.version = '1.7.1' + s.version = '1.7.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/pubspec.yaml b/auth0_flutter/pubspec.yaml index c4eca5fe..4edb2f26 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.7.1 +version: 1.7.2 homepage: https://github.com/auth0/auth0-flutter environment: