Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"google-apis-core": "1.0.2",
"google-apis-core": "1.0.3",
"google-apis-core+FILLER": "0.0.0",
"google-apis-generator": "0.18.0",
"google-apis-generator+FILLER": "0.0.0"
Expand Down
6 changes: 6 additions & 0 deletions google-apis-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 1.0.3 (2025-11-02)

#### Documentation

* add warning about loading unvalidated credentials ([#24696](https://github.com/googleapis/google-api-ruby-client/issues/24696))

### 1.0.2 (2025-09-09)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion google-apis-core/lib/google/apis/core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Google
module Apis
module Core
# Core version
VERSION = "1.0.2".freeze
VERSION = "1.0.3".freeze
end
end
end