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 Feb 16, 2022
1 parent f9fe0f2 commit b41e159
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest-submodules.json
Expand Up @@ -15,7 +15,7 @@
"bigtable": "1.13.0",
"billing": "1.1.0",
"binaryauthorization": "0.3.0",
"channel": "1.4.0",
"channel": "1.4.1",
"cloudbuild": "1.1.0",
"clouddms": "1.1.0",
"cloudtasks": "1.2.0",
Expand All @@ -35,7 +35,7 @@
"deploy": "1.1.0",
"dialogflow": "1.5.0",
"dlp": "1.2.0",
"documentai": "1.2.0",
"documentai": "1.3.0",
"domains": "0.3.0",
"errorreporting": "0.2.0",
"essentialcontacts": "1.1.0",
Expand Down Expand Up @@ -66,7 +66,7 @@
"networksecurity": "0.2.0",
"notebooks": "0.2.0",
"orchestration": "1.1.0",
"orgpolicy": "1.1.0",
"orgpolicy": "1.2.0",
"osconfig": "1.3.0",
"oslogin": "1.1.0",
"phishingprotection": "0.2.0",
Expand All @@ -77,7 +77,7 @@
"pubsublite": "1.3.0",
"recaptchaenterprise": "1.2.0",
"recommendationengine": "0.2.0",
"recommender": "1.1.0",
"recommender": "1.2.0",
"redis": "1.3.0",
"resourcemanager": "1.1.0",
"resourcesettings": "1.1.0",
Expand Down
7 changes: 7 additions & 0 deletions channel/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

### [1.4.1](https://github.com/googleapis/google-cloud-go/compare/channel/v1.4.0...channel/v1.4.1) (2022-02-16)


### Bug Fixes

* **channel:** clarify language ([f9fe0f2](https://github.com/googleapis/google-cloud-go/commit/f9fe0f2bf152c3855d3c6a2c54f9b7adba54f626))

## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/channel/v1.3.0...channel/v1.4.0) (2022-02-14)


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

// Version is the current tagged release of the library.
const Version = "1.4.0"
const Version = "1.4.1"
8 changes: 8 additions & 0 deletions documentai/CHANGES.md
@@ -1,5 +1,13 @@
# Changes

## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.2.0...documentai/v1.3.0) (2022-02-16)


### Features

* **documentai:** add `symbols` field, and auto-format comments ([f9fe0f2](https://github.com/googleapis/google-cloud-go/commit/f9fe0f2bf152c3855d3c6a2c54f9b7adba54f626))
* **documentai:** add `symbols` field, and auto-format comments ([f9fe0f2](https://github.com/googleapis/google-cloud-go/commit/f9fe0f2bf152c3855d3c6a2c54f9b7adba54f626))

## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.1.0...documentai/v1.2.0) (2022-02-11)


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

// Version is the current tagged release of the library.
const Version = "1.2.0"
const Version = "1.3.0"
7 changes: 7 additions & 0 deletions orgpolicy/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/orgpolicy/v1.1.0...orgpolicy/v1.2.0) (2022-02-16)


### Features

* **orgpolicy:** Deprecates AlternativePolicySpec ([f9fe0f2](https://github.com/googleapis/google-cloud-go/commit/f9fe0f2bf152c3855d3c6a2c54f9b7adba54f626))

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


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

// Version is the current tagged release of the library.
const Version = "1.1.0"
const Version = "1.2.0"
7 changes: 7 additions & 0 deletions recommender/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/recommender/v1.1.0...recommender/v1.2.0) (2022-02-16)


### Features

* **recommender:** Sustainability Projection ([eeac5c2](https://github.com/googleapis/google-cloud-go/commit/eeac5c245fac73b60e256a890855e682ac733b17))

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


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

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

0 comments on commit b41e159

Please sign in to comment.