We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635f91e commit 9fc1d24Copy full SHA for 9fc1d24
3 files changed
.release-please-manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "google-apis-core": "0.12.0",
+ "google-apis-core": "0.13.0",
3
"google-apis-core+FILLER": "0.0.0",
4
"google-apis-generator": "0.13.1",
5
"google-apis-generator+FILLER": "0.0.0"
google-apis-core/CHANGELOG.md
@@ -1,5 +1,11 @@
# Release History
+### 0.13.0 (2024-01-26)
+
+#### Features
6
7
+* Verify credential universe domain against configured universe domain ([#17569](https://github.com/googleapis/google-api-ruby-client/issues/17569))
8
9
### 0.12.0 (2024-01-22)
10
11
#### Features
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.12.0".freeze
+ VERSION = "0.13.0".freeze
20
end
21
22
0 commit comments