diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3bd586a20119..9e7e2c784a73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -79,7 +79,7 @@ "google-cloud-app_hub-v1+FILLER": "0.0.0", "google-cloud-artifact_registry": "1.4.1", "google-cloud-artifact_registry+FILLER": "0.0.0", - "google-cloud-artifact_registry-v1": "1.0.1", + "google-cloud-artifact_registry-v1": "1.1.0", "google-cloud-artifact_registry-v1+FILLER": "0.0.0", "google-cloud-artifact_registry-v1beta2": "0.12.1", "google-cloud-artifact_registry-v1beta2+FILLER": "0.0.0", diff --git a/google-cloud-artifact_registry-v1/CHANGELOG.md b/google-cloud-artifact_registry-v1/CHANGELOG.md index bc2b4462fb62..690e9bb25c67 100644 --- a/google-cloud-artifact_registry-v1/CHANGELOG.md +++ b/google-cloud-artifact_registry-v1/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +### 1.1.0 (2024-11-01) + +#### Features + +* Add Artifact Registry attachment API ([#27509](https://github.com/googleapis/google-cloud-ruby/issues/27509)) +* Add Artifact Registry custom remote support +* Add Artifact Registry generic repository support +* Add Artifact Registry rule APIs +* Add Artifact Registry server side resource filtering and sorting +* Add Artifact Registry UpdateFile and DeleteFile APIs +#### Documentation + +* Include max page size for all Artifact Registry APIs + ### 1.0.1 (2024-08-30) #### Documentation diff --git a/google-cloud-artifact_registry-v1/lib/google/cloud/artifact_registry/v1/version.rb b/google-cloud-artifact_registry-v1/lib/google/cloud/artifact_registry/v1/version.rb index b4a921d490ba..e9ab01e3ff5c 100644 --- a/google-cloud-artifact_registry-v1/lib/google/cloud/artifact_registry/v1/version.rb +++ b/google-cloud-artifact_registry-v1/lib/google/cloud/artifact_registry/v1/version.rb @@ -21,7 +21,7 @@ module Google module Cloud module ArtifactRegistry module V1 - VERSION = "1.0.1" + VERSION = "1.1.0" end end end diff --git a/google-cloud-artifact_registry-v1/snippets/snippet_metadata_google.devtools.artifactregistry.v1.json b/google-cloud-artifact_registry-v1/snippets/snippet_metadata_google.devtools.artifactregistry.v1.json index 546f6910b174..9bb9ade69750 100644 --- a/google-cloud-artifact_registry-v1/snippets/snippet_metadata_google.devtools.artifactregistry.v1.json +++ b/google-cloud-artifact_registry-v1/snippets/snippet_metadata_google.devtools.artifactregistry.v1.json @@ -1,7 +1,7 @@ { "client_library": { "name": "google-cloud-artifact_registry-v1", - "version": "1.0.1", + "version": "1.1.0", "language": "RUBY", "apis": [ {