Skip to content

Commit

Permalink
chore(main): release google-cloud-app_hub 1.0.1 (#26714)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 8, 2024
1 parent 3d7f6da commit 667cdff
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@ -65,7 +65,7 @@
"google-cloud-app_engine+FILLER": "0.0.0",
"google-cloud-app_engine-v1": "1.0.0",
"google-cloud-app_engine-v1+FILLER": "0.0.0",
"google-cloud-app_hub": "1.0.0",
"google-cloud-app_hub": "1.0.1",
"google-cloud-app_hub+FILLER": "0.0.0",
"google-cloud-app_hub-v1": "0.1.0",
"google-cloud-app_hub-v1+FILLER": "0.0.0",
Expand Down
6 changes: 6 additions & 0 deletions google-cloud-app_hub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.0.1 (2024-08-08)

#### Documentation

* Formatting updates to README.md ([#26624](https://github.com/googleapis/google-cloud-ruby/issues/26624))

### 1.0.0 (2024-06-26)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-app_hub/lib/google/cloud/app_hub/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module AppHub
VERSION = "1.0.0"
VERSION = "1.0.1"
end
end
end

0 comments on commit 667cdff

Please sign in to comment.