Skip to content

Commit

Permalink
chore(main): release google-cloud-network_management 1.5.0 (#28415)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 29, 2025
1 parent c7440f2 commit ef77027
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
"google-cloud-network_connectivity-v1+FILLER": "0.0.0",
"google-cloud-network_connectivity-v1alpha1": "0.11.0",
"google-cloud-network_connectivity-v1alpha1+FILLER": "0.0.0",
"google-cloud-network_management": "1.4.1",
"google-cloud-network_management": "1.5.0",
"google-cloud-network_management+FILLER": "0.0.0",
"google-cloud-network_management-v1": "1.6.0",
"google-cloud-network_management-v1+FILLER": "0.0.0",
Expand Down
8 changes: 8 additions & 0 deletions google-cloud-network_management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### 1.5.0 (2025-01-29)

#### Features

* Provide methods to determine whether services are available with the currently installed versioned client ([#28531](https://github.com/googleapis/google-cloud-ruby/issues/28531))
* Update Ruby version requirement to 3.0
* Support for VpcFlowLogsService ([#28230](https://github.com/googleapis/google-cloud-ruby/issues/28230))

### 1.4.1 (2024-08-08)

#### Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module NetworkManagement
VERSION = "1.4.1"
VERSION = "1.5.0"
end
end
end

0 comments on commit ef77027

Please sign in to comment.