Skip to content

Commit

Permalink
Merge pull request #182 from auth0/release/v1.0.2
Browse files Browse the repository at this point in the history
Release v1.0.2
  • Loading branch information
stevehobbsdev committed Nov 3, 2022
2 parents 8ab56fa + 3c1bafb commit c96a840
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions auth0_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/ios/auth0_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const String version = '1.0.1';
const String version = '1.0.2';
2 changes: 1 addition & 1 deletion auth0_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c96a840

Please sign in to comment.