Skip to content

Commit ba91e09

Browse files
chore(main): release google-apis-core 0.11.2 (#16447)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 01108a5 commit ba91e09

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.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": "0.11.1",
2+
"google-apis-core": "0.11.2",
33
"google-apis-core+FILLER": "0.0.0",
44
"google-apis-generator": "0.12.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+
### 0.11.2 (2023-10-27)
4+
5+
#### Bug Fixes
6+
7+
* update ssl_config to point to system default root CA path ([#16446](https://github.com/googleapis/google-api-ruby-client/issues/16446))
8+
39
### 0.11.1 (2023-07-20)
410

511
#### Documentation

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 = "0.11.1".freeze
19+
VERSION = "0.11.2".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)