New version of client lib
This commit is contained in:
parent
aa1eb64332
commit
47ed766eea
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue