Skip to content

Commit

Permalink
chore(main): release cloudbuild 1.1.0 (#5522)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 14, 2022
1 parent ba7f577 commit 0daf02b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"billing": "1.0.0",
"binaryauthorization": "0.3.0",
"channel": "1.3.0",
"cloudbuild": "1.0.0",
"cloudbuild": "1.1.0",
"clouddms": "1.0.0",
"cloudtasks": "1.1.0",
"compute": "1.2.0",
Expand Down
8 changes: 7 additions & 1 deletion cloudbuild/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.0.0...cloudbuild/v1.1.0) (2022-02-14)


### Features

* **cloudbuild:** add file for tracking version ([17b36ea](https://github.com/googleapis/google-cloud-go/commit/17b36ead42a96b1a01105122074e65164357519e))

## 1.0.0

Stabilize GA surface.
Expand All @@ -17,4 +24,3 @@ Stabilize GA surface.

This is the first tag to carve out cloudbuild as its own module. See
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).

2 changes: 1 addition & 1 deletion cloudbuild/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.0.0"
const Version = "1.1.0"

0 comments on commit 0daf02b

Please sign in to comment.