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 3cf069d commit cb9d182Copy full SHA for cb9d182
google-apis-core/CHANGELOG.md
@@ -1,7 +1,10 @@
1
# Release History
2
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)
+## 0.4.0 (2021-06-28)
4
+
5
+* Expanded googleauth dependency to include future 1.x versions
6
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)
8
9
### Features
10
google-apis-core/lib/google/apis/core/version.rb
@@ -16,7 +16,7 @@ module Google
16
module Apis
17
module Core
18
# Core version
19
- VERSION = "0.3.0".freeze
+ VERSION = "0.4.0".freeze
20
end
21
22
0 commit comments