Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"google-cloud-app_hub-v1+FILLER": "0.0.0",
"google-cloud-artifact_registry": "2.0.2",
"google-cloud-artifact_registry+FILLER": "0.0.0",
"google-cloud-artifact_registry-v1": "1.9.0",
"google-cloud-artifact_registry-v1": "1.10.0",
"google-cloud-artifact_registry-v1+FILLER": "0.0.0",
"google-cloud-artifact_registry-v1beta2": "0.17.1",
"google-cloud-artifact_registry-v1beta2+FILLER": "0.0.0",
Expand Down
9 changes: 9 additions & 0 deletions google-cloud-artifact_registry-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### 1.10.0 (2026-01-13)

#### Features

* add Fingerprint to Artifact Registry Version resource ([#32303](https://github.com/googleapis/google-cloud-ruby/issues/32303))
#### Documentation

* update the description of ExportArtifact

### 1.9.0 (2025-12-10)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module ArtifactRegistry
module V1
VERSION = "1.9.0"
VERSION = "1.10.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-artifact_registry-v1",
"version": "1.9.0",
"version": "1.10.0",
"language": "RUBY",
"apis": [
{
Expand Down
Loading