Skip to content

Commit

Permalink
chore: release google-apis-generator 0.4.1 (#8034)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Jan 11, 2022
1 parent ff35161 commit 3d1c99c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions google-apis-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History

### [0.4.1](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-generator/v0.4.0...google-apis-generator/v0.4.1) (2022-01-11)


### Bug Fixes

* **generator:** Fix field name in authorization example ([2ac44c2](https://www.github.com/googleapis/google-api-ruby-client/commit/2ac44c2145d111033cf344c624dad4c1d3188f25))

## 0.4.0 (2021-06-28)

* Update core dependency to require at least 0.4 and allow 1.x versions
Expand Down
2 changes: 1 addition & 1 deletion google-apis-generator/lib/google/apis/generator/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
module Google
module Apis
class Generator
VERSION = "0.4.0"
VERSION = "0.4.1"
end
end
end

0 comments on commit 3d1c99c

Please sign in to comment.