Skip to content

Commit

Permalink
chore: release main (#7437)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 16, 2023
1 parent 970d763 commit a9fe62e
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"analytics": "0.17.0",
"apigateway": "1.5.0",
"apigeeconnect": "1.5.0",
"apigeeregistry": "0.3.0",
"apikeys": "0.3.0",
"apigeeregistry": "0.4.0",
"apikeys": "0.4.0",
"appengine": "1.6.0",
"area120": "0.7.0",
"artifactregistry": "1.11.1",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dataqna": "0.7.0",
"datastream": "1.6.0",
"deploy": "1.6.0",
"dialogflow": "1.28.0",
"dialogflow": "1.29.0",
"discoveryengine": "0.1.0",
"dlp": "1.9.0",
"documentai": "1.15.0",
Expand All @@ -55,7 +55,7 @@
"gkemulticloud": "0.5.0",
"grafeas": "0.2.0",
"gsuiteaddons": "1.5.0",
"iam": "0.10.0",
"iam": "0.11.0",
"iap": "1.6.0",
"ids": "1.3.0",
"iot": "1.5.0",
Expand Down
7 changes: 7 additions & 0 deletions apigeeregistry/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/apigeeregistry/v0.3.0...apigeeregistry/v0.4.0) (2023-02-16)


### Features

* **apigeeregistry:** Start generating proto stubs ([970d763](https://github.com/googleapis/google-cloud-go/commit/970d763531b54b2bc75d7ff26a20b6e05150cab8))

## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/apigeeregistry/v0.2.1...apigeeregistry/v0.3.0) (2023-01-04)


Expand Down
2 changes: 1 addition & 1 deletion apigeeregistry/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions apikeys/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/apikeys/v0.3.0...apikeys/v0.4.0) (2023-02-16)


### Features

* **apikeys:** Start generating proto stubs ([970d763](https://github.com/googleapis/google-cloud-go/commit/970d763531b54b2bc75d7ff26a20b6e05150cab8))

## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/apikeys/v0.2.0...apikeys/v0.3.0) (2023-01-04)


Expand Down
2 changes: 1 addition & 1 deletion apikeys/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions dialogflow/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.29.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.28.0...dialogflow/v1.29.0) (2023-02-16)


### Features

* **dialogflow:** Start generating proto stubs ([970d763](https://github.com/googleapis/google-cloud-go/commit/970d763531b54b2bc75d7ff26a20b6e05150cab8))

## [1.28.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.27.0...dialogflow/v1.28.0) (2023-02-16)


Expand Down
2 changes: 1 addition & 1 deletion dialogflow/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.28.0"
const Version = "1.29.0"
7 changes: 7 additions & 0 deletions iam/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [0.11.0](https://github.com/googleapis/google-cloud-go/compare/iam/v0.10.0...iam/v0.11.0) (2023-02-16)


### Features

* **iam:** Start generating proto stubs ([970d763](https://github.com/googleapis/google-cloud-go/commit/970d763531b54b2bc75d7ff26a20b6e05150cab8))

## [0.10.0](https://github.com/googleapis/google-cloud-go/compare/iam/v0.9.0...iam/v0.10.0) (2023-01-04)


Expand Down
2 changes: 1 addition & 1 deletion iam/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 = "0.10.0"
const Version = "0.11.0"

0 comments on commit a9fe62e

Please sign in to comment.