diff --git a/google-apis-generator/CHANGELOG.md b/google-apis-generator/CHANGELOG.md index f4de9dbf4..3cd04bcca 100644 --- a/google-apis-generator/CHANGELOG.md +++ b/google-apis-generator/CHANGELOG.md @@ -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 diff --git a/google-apis-generator/lib/google/apis/generator/version.rb b/google-apis-generator/lib/google/apis/generator/version.rb index e1f83fadc..acd52cd82 100644 --- a/google-apis-generator/lib/google/apis/generator/version.rb +++ b/google-apis-generator/lib/google/apis/generator/version.rb @@ -15,7 +15,7 @@ module Google module Apis class Generator - VERSION = "0.1.1" + VERSION = "0.1.2" end end end