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 a589e00 commit be68243Copy full SHA for be68243
.release-please-manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "google-apis-core": "1.0.2",
+ "google-apis-core": "1.0.3",
3
"google-apis-core+FILLER": "0.0.0",
4
"google-apis-generator": "0.18.0",
5
"google-apis-generator+FILLER": "0.0.0"
google-apis-core/CHANGELOG.md
@@ -1,5 +1,11 @@
# Release History
+### 1.0.3 (2025-11-02)
+
+#### Documentation
6
7
+* add warning about loading unvalidated credentials ([#24696](https://github.com/googleapis/google-api-ruby-client/issues/24696))
8
9
### 1.0.2 (2025-09-09)
10
11
#### Bug Fixes
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 = "1.0.2".freeze
+ VERSION = "1.0.3".freeze
20
end
21
22
0 commit comments