chore: release google-apis-generator 0.1.2 (#2424)

🤖 I have created a release \*beep\* \*boop\* 
---
### [0.1.2](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-generator/v0.1.1...v0.1.2) (2021-01-19)


### Bug Fixes

* **generator:** Update thor dependency to allow 1.x ([6d8b7a4](6d8b7a4a5f))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
yoshi-code-bot 2021-01-19 11:18:04 -08:00 committed by GitHub
parent 6d8b7a4a5f
commit 5e0aaee6d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Release History
### [0.1.2](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-generator/v0.1.1...v0.1.2) (2021-01-19)
### Bug Fixes
* **generator:** Update thor dependency to allow 1.x ([6d8b7a4](https://www.github.com/googleapis/google-api-ruby-client/commit/6d8b7a4a5fb7ad524aa5083beac7a67a248526fa))
### v0.1.1 (2021-01-06)
* Fix charset used in file comparison

View File

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