Merge pull request #127 from dart-lang/devoncarew-patch-1

populate the pubspec repository field; update the changelog for a previous commit (8b4f47832c56a02e0143d6741d57fd2c6b0063b0)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 803d654..642f05d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 2.0.1-dev
+
+* Handle `expires_in` when encoded as string.
+* Populate the pubspec `repository` field.
+
 # 2.0.0
 
 * Migrate to null safety.
diff --git a/pubspec.yaml b/pubspec.yaml
index 1ff762d..a07f648 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,11 +1,11 @@
 name: oauth2
-version: 2.0.0
-homepage: https://github.com/dart-lang/oauth2
+version: 2.0.1-dev
 description: >-
   A client library for authenticating with a remote service via OAuth2 on
   behalf of a user, and making authorized HTTP requests with the user's
   OAuth2 credentials.
-
+repository: https://github.com/dart-lang/oauth2
+  
 environment:
   sdk: '>=2.12.0 <3.0.0'