Skip to content

Commit 4d101f6

Browse files
chore(main): release google-apis-core 1.2.0 (googleapis#26609)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent db50019 commit 4d101f6

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"google-apis-core": "1.1.0",
2+
"google-apis-core": "1.2.0",
33
"google-apis-core+FILLER": "0.0.0",
44
"google-apis-generator": "0.18.0",
55
"google-apis-generator+FILLER": "0.0.0"

google-apis-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 1.2.0 (2026-06-04)
4+
5+
#### Features
6+
7+
* ruby 3.2 minimum ([#26608](https://github.com/googleapis/google-api-ruby-client/issues/26608))
8+
39
### 1.1.0 (2026-05-17)
410

511
#### Features

google-apis-core/lib/google/apis/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Google
1616
module Apis
1717
module Core
1818
# Core version
19-
VERSION = "1.1.0".freeze
19+
VERSION = "1.2.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)