Skip to content

Commit

Permalink
chore(main): release google-apis-core 0.13.0 (#17570)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jan 26, 2024
1 parent 635f91e commit 9fc1d24
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,5 +1,5 @@
{
"google-apis-core": "0.12.0",
"google-apis-core": "0.13.0",
"google-apis-core+FILLER": "0.0.0",
"google-apis-generator": "0.13.1",
"google-apis-generator+FILLER": "0.0.0"
Expand Down
6 changes: 6 additions & 0 deletions google-apis-core/CHANGELOG.md
@@ -1,5 +1,11 @@
# Release History

### 0.13.0 (2024-01-26)

#### Features

* Verify credential universe domain against configured universe domain ([#17569](https://github.com/googleapis/google-api-ruby-client/issues/17569))

### 0.12.0 (2024-01-22)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-apis-core/lib/google/apis/core/version.rb
Expand Up @@ -16,7 +16,7 @@ module Google
module Apis
module Core
# Core version
VERSION = "0.12.0".freeze
VERSION = "0.13.0".freeze
end
end
end

0 comments on commit 9fc1d24

Please sign in to comment.