Support latest googleapis – prepare release (#132)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae21217..89db88c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.8.5
+
+- Support the latest version 7.0.0 of the `googleapis` package.
+
## 0.8.4
- Support the latest version 6.0.0 of the `googleapis` package.
diff --git a/pubspec.yaml b/pubspec.yaml
index 531b1cb..dda364c 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: gcloud
-version: 0.8.4
+version: 0.8.5
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 <7.0.0'
+ googleapis: '>=3.0.0 <8.0.0'
http: ^0.13.0
meta: ^1.3.0