Skip to content

Commit 3d1c99c

Browse files
chore: release google-apis-generator 0.4.1 (#8034)
1 parent ff35161 commit 3d1c99c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

google-apis-generator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History
22

3+
### [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)
4+
5+
6+
### Bug Fixes
7+
8+
* **generator:** Fix field name in authorization example ([2ac44c2](https://www.github.com/googleapis/google-api-ruby-client/commit/2ac44c2145d111033cf344c624dad4c1d3188f25))
9+
310
## 0.4.0 (2021-06-28)
411

512
* Update core dependency to require at least 0.4 and allow 1.x versions

google-apis-generator/lib/google/apis/generator/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module Google
1616
module Apis
1717
class Generator
18-
VERSION = "0.4.0"
18+
VERSION = "0.4.1"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)