Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 30, 2022
1 parent 4a66203 commit 7a8e6ef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-submodules.json
Expand Up @@ -36,7 +36,7 @@
"dataproc": "1.6.0",
"dataqna": "0.6.0",
"datastream": "1.3.0",
"deploy": "1.2.1",
"deploy": "1.3.0",
"dialogflow": "1.16.1",
"dlp": "1.5.0",
"documentai": "1.8.0",
Expand Down
12 changes: 12 additions & 0 deletions deploy/CHANGES.md
@@ -1,6 +1,18 @@
# Changes


## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.2.1...deploy/v1.3.0) (2022-09-30)


### Features

* **deploy:** Publish new JobRun resource and associated methods for Google Cloud Deploy ([ce3f945](https://github.com/googleapis/google-cloud-go/commit/ce3f9458e511eca0910992763232abbcd64698f1))


### Bug Fixes

* **deploy:** Fix resource annotations for Cloud Deploy to use common resource name for locations ([ce3f945](https://github.com/googleapis/google-cloud-go/commit/ce3f9458e511eca0910992763232abbcd64698f1))

## [1.2.1](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.2.0...deploy/v1.2.1) (2022-07-12)


Expand Down
2 changes: 1 addition & 1 deletion deploy/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.2.1"
const Version = "1.3.0"

0 comments on commit 7a8e6ef

Please sign in to comment.