diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec005f..93d9046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.2 + +- Add option to use application default auth (@Kirpal) + ## 0.9.1+1 - Update license diff --git a/README.md b/README.md index 0b422b9..42f2caa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ > **Note:** Development on this package is currently on hold. You're welcome to use it but be aware that there will be no support or ongoing updates for the time being. -# firedart +# firedart 🔥🎯 [![pub package](https://img.shields.io/pub/v/firedart.svg)](https://pub.dartlang.org/packages/firedart) diff --git a/pubspec.yaml b/pubspec.yaml index ef63210..acd54e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,13 +1,13 @@ name: firedart description: A dart-native implementation of the Firebase Auth and Firestore SDKs. -version: 0.9.1+1 +version: 0.9.2 homepage: https://github.com/cachapa/firedart environment: sdk: '>=2.18.0 <4.0.0' dependencies: - http: ^0.13.5 + http: ^0.13.6 grpc: ^3.1.0 protobuf: ^2.1.0 fixnum: ^1.1.0