Skip to content

Commit

Permalink
Merge pull request #163 from auth0/release-1.0.1
Browse files Browse the repository at this point in the history
Release v1.0.1
  • Loading branch information
stevehobbsdev committed Sep 14, 2022
2 parents dad9359 + 70e3b8d commit 03bbc7a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion auth0_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log

## [1.0.0](https://github.com/auth0/auth0-flutter/tree/1.0.0) (2022-08-25)
## [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)

**Fixed**

- Fix timezone issue in Android Credentials Manager handler #162 ([widcket](https://github.com/widcket))

## [1.0.0](https://github.com/auth0/auth0-flutter/tree/v1.0.0) (2022-08-25)

This is the General Availability release of the **Auth0 Flutter SDK**! 🎉

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.0';
const String version = '1.0.1';
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.0
version: 1.0.1
homepage: https://github.com/auth0/auth0-flutter

environment:
Expand Down

0 comments on commit 03bbc7a

Please sign in to comment.