New version of client lib

This commit is contained in:
Steven Bazyl 2012-06-11 15:59:29 -07:00
parent aa1eb64332
commit 47ed766eea
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 0.4.4
* Added batch execution
* Added service accounts
* Can now supply authorization on a per-request basis.
# 0.4.3
* Added media upload capabilities

View File

@ -22,7 +22,7 @@ if !defined?(::Google::APIClient::VERSION)
module VERSION
MAJOR = 0
MINOR = 4
TINY = 3
TINY = 4
STRING = [MAJOR, MINOR, TINY].join('.')
end