Skip to content

Commit

Permalink
chore: release google-apis-generator 0.4.0 (#5320)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Jun 29, 2021
1 parent 1a22928 commit d155aa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions google-apis-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 0.4.0 (2021-06-28)

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

## [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)


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.3.0"
VERSION = "0.4.0"
end
end
end

0 comments on commit d155aa5

Please sign in to comment.