chore: release google-apis-generator 0.1.1 (#2217)

This commit is contained in:
yoshi-code-bot 2021-01-06 12:33:16 -08:00 committed by GitHub
parent dc32a62280
commit d6d481ec51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Release History
### v0.1.1 (2021-01-06)
* Fix charset used in file comparison
### v0.1.0 (2021-01-01)
* Initial release, extracted from google-api-client.

View File

@ -15,7 +15,7 @@
module Google
module Apis
class Generator
VERSION = "0.1.0"
VERSION = "0.1.1"
end
end
end