Skip to content

Commit 0d4be55

Browse files
chore(main): release google-cloud-core 1.7.0
1 parent c38c7d5 commit 0d4be55

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
@@ -207,7 +207,7 @@
207207
"google-cloud-container_analysis+FILLER": "0.0.0",
208208
"google-cloud-container_analysis-v1": "0.10.0",
209209
"google-cloud-container_analysis-v1+FILLER": "0.0.0",
210-
"google-cloud-core": "1.6.1",
210+
"google-cloud-core": "1.7.0",
211211
"google-cloud-core+FILLER": "0.0.0",
212212
"google-cloud-data_catalog": "1.6.0",
213213
"google-cloud-data_catalog+FILLER": "0.0.0",

google-cloud-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.7.0 (2024-03-06)
4+
5+
#### Features
6+
7+
* Update minimum supported Ruby version to 2.7 ([#25298](https://github.com/googleapis/google-cloud-ruby/issues/25298))
8+
39
### 1.6.1 (2023-12-05)
410

511
#### Bug Fixes

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

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

0 commit comments

Comments
 (0)