Skip to content

Commit be77d85

Browse files
author
Peter Bryant
committed
Version 2.0.1
1 parent 4171d53 commit be77d85

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.1
2+
3+
- Fix build
4+
- Export `OAuthToken`
5+
16
## 2.0.0
27

38
- BREAKING: `TokenStorage` now provides the option to asynchronously retrieve tokens.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Easily authenticate using OAuth 2.0 client/password grants.
1414
Install passputter from [pub.dev](https://pub.dev/packages/passputter):
1515

1616
```yaml
17-
passputter: ^2.0.0
17+
passputter: ^2.0.1
1818
```
1919
2020
## ✅ Prerequisites

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: passputter
22
description: Easily authenticate using OAuth 2.0 client/password grants.
3-
version: 2.0.0
3+
version: 2.0.1
44
repository: https://github.com/netsells/passputter
55

66
environment:

0 commit comments

Comments
 (0)