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 @@ -511,7 +511,7 @@
"google-cloud-language-v1beta2+FILLER": "0.0.0",
"google-cloud-language-v2": "1.5.0",
"google-cloud-language-v2+FILLER": "0.0.0",
"google-cloud-license_manager": "0.3.0",
"google-cloud-license_manager": "1.0.0",
"google-cloud-license_manager+FILLER": "0.0.0",
"google-cloud-license_manager-v1": "0.6.0",
"google-cloud-license_manager-v1+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-license_manager/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "licensemanager",
"name_pretty": "License Manager API",
"product_documentation": "https://cloud.google.com/compute/docs/instances/windows/ms-licensing",
"release_level": "preview",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "License Manager is a tool to manage and track third-party licenses on Google Cloud.",
Expand Down
6 changes: 6 additions & 0 deletions google-cloud-license_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.0.0 (2026-07-17)

#### Features

* Release stable version

### 0.3.0 (2026-06-11)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module LicenseManager
VERSION = "0.3.0"
VERSION = "1.0.0"
end
end
end
Loading