diff --git a/changelog.md b/changelog.md index 169dccac76..02e4bceb78 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,19 @@ + +## api-v1.0.0:cli-v1.0.0 (2016-10-29) + +*Stability for everyone !* + +#### Features + +* **cli:** can now be published ([91a657b8](https://github.com/Byron/google-apis-rs/commit/91a657b8cfc4769c69acaaefffa88a5960cd4b9a)) + +#### Bug Fixes + +* **api types:** Add an unused field to empty API types. ([0f14aa96](https://github.com/Byron/google-apis-rs/commit/0f14aa966e5e878612111709568b13e7a2c70345)) +* **auth:** use redirect flow ([b6f5fc6e](https://github.com/Byron/google-apis-rs/commit/b6f5fc6eb3e6be21d22fb667b541f13ee3881df1)) +* **template:** URL-encoding '/' in URLs is not accepted by Google APIs. ([292dd2f3](https://github.com/Byron/google-apis-rs/commit/292dd2f34f04a2376c3d44990111d4a0fc2c400e)) + + ## api-v0.1.14:cli-v0.3.5 (2016-07-17)