Merge pull request #125 from simolus3/support-googleapis-4
Support googleapis v5
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a68b1c9..7482293 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.8.3
+
+- Support the latest version of the `googleapis` package.
+
## 0.8.2
* **BREAKING CHANGE:** `Page.next()` throws if `Page.isLast`, this change only
diff --git a/pubspec.yaml b/pubspec.yaml
index 3bfb96e..ac5a565 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: gcloud
-version: 0.8.2
+version: 0.8.3
description: >-
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
homepage: https://github.com/dart-lang/gcloud
@@ -8,7 +8,7 @@
dependencies:
_discoveryapis_commons: ^1.0.0
- googleapis: ^3.0.0
+ googleapis: '>=3.0.0 <6.0.0'
http: ^0.13.0
meta: ^1.3.0