Bump version

This commit is contained in:
Steve Bazyl 2016-04-14 12:57:27 -07:00
parent 4e19ae601f
commit d5ff570cda
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# 0.9.5
* Add youtube partner API
* Allow bypassing the use of rails logger via `GOOGLE_API_USE_RAILS_LOGGER` ENV variable
* Update generated APIs
# 0.9.4
* Add `service.fetch_all` helper for automatically retrieving paged results
* Add IAM v1 & Cloud Resource Manager v1 APIs

View File

@ -15,7 +15,7 @@
module Google
module Apis
# Client library version
VERSION = '0.9.4'
VERSION = '0.9.5'
# Current operating system
# @private