Skip to content

Commit cb9d182

Browse files
authored
chore: release google-apis-core 0.4.0 (#5317)
1 parent 3cf069d commit cb9d182

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

google-apis-core/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Release History
22

3-
## [0.3.0](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-core/v0.2.1...v0.3.0) (2021-03-07)
3+
## 0.4.0 (2021-06-28)
4+
5+
* Expanded googleauth dependency to include future 1.x versions
46

7+
## [0.3.0](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-core/v0.2.1...v0.3.0) (2021-03-07)
58

69
### Features
710

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Google
1616
module Apis
1717
module Core
1818
# Core version
19-
VERSION = "0.3.0".freeze
19+
VERSION = "0.4.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)