Skip to content

Commit d155aa5

Browse files
authored
chore: release google-apis-generator 0.4.0 (#5320)
1 parent 1a22928 commit d155aa5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

google-apis-generator/CHANGELOG.md

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

3+
## 0.4.0 (2021-06-28)
4+
5+
* Update core dependency to require at least 0.4 and allow 1.x versions
6+
37
## [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)
48

59

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.3.0"
18+
VERSION = "0.4.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)