We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a22928 commit d155aa5Copy full SHA for d155aa5
google-apis-generator/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History
2
3
+## 0.4.0 (2021-06-28)
4
+
5
+* Update core dependency to require at least 0.4 and allow 1.x versions
6
7
## [0.3.0](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-generator/v0.2.0...google-apis-generator/v0.3.0) (2021-06-01)
8
9
google-apis-generator/lib/google/apis/generator/version.rb
@@ -15,7 +15,7 @@
15
module Google
16
module Apis
17
class Generator
18
- VERSION = "0.3.0"
+ VERSION = "0.4.0"
19
end
20
21
0 commit comments