Skip to content

Commit 1f97c77

Browse files
committed
Update version and changelog
1 parent 817d74d commit 1f97c77

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.9.5
2+
3+
- Fix closing connections properly (@nullbtb)
4+
- Add optional HTTP client to FirebaseAuth (@nullbtb)
5+
- Add example using Application Default Credentials (@nullbtb)
6+
17
## 0.9.4
28

39
- Remove superfluous error log (@simonbengtsson)

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: firedart
22
description: A dart-native implementation of the Firebase Auth and Firestore SDKs.
3-
version: 0.9.4
3+
version: 0.9.5
44
homepage: https://github.com/cachapa/firedart
55

66
environment:
77
sdk: '>=2.18.0 <4.0.0'
88

99
dependencies:
1010
http: '>=0.13.0 <2.0.0'
11-
grpc: ^3.2.1
11+
grpc: ^3.2.2
1212
protobuf: ^3.0.0
1313
fixnum: ^1.1.0
1414

0 commit comments

Comments
 (0)