CHANGELOG.md in gcloud-0.1.1 vs CHANGELOG.md in gcloud-0.2.0
- old
+ new
@@ -1,6 +1,20 @@
# Release History
+### 0.2.0 / 2015-07-22
+
+#### Major changes
+
+Add Pub/Sub service
+
+#### Minor changes
+
+* Add top-level `Gcloud` object with instance methods to initialize connections
+ with individual services (e.g. `Gcloud#storage`)
+* Add credential options to `Gcloud::Storage::File#signed_url`
+* Add method aliases to improve usability of Storage API
+* Improve documentation
+
### 0.1.1 / 2015-06-16
* Storage downloads files in binary mode (premist).
* Updated documentation.