Update changelog & API version

This commit is contained in:
Steven Bazyl 2012-03-27 11:10:56 -07:00
parent 99a3c8d221
commit 9dfd8a132d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# 0.4.3
* Added media upload capabilities
* Support serializing OAuth credentials to client_secrets.json
* Fix OS name/version string on JRuby
# 0.4.2
* Fixed incompatibility with Ruby 1.8.7

View File

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