Skip to content

Commit

Permalink
chore: release main (#5947)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 3, 2022
1 parent 380529e commit c6780d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"phishingprotection": "0.3.0",
"policytroubleshooter": "1.2.0",
"privatecatalog": "0.3.0",
"recaptchaenterprise": "1.3.0",
"recaptchaenterprise": "1.3.1",
"recommendationengine": "0.2.0",
"recommender": "1.3.0",
"redis": "1.5.0",
Expand Down
7 changes: 7 additions & 0 deletions recaptchaenterprise/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

### [1.3.1](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v1.3.0...recaptchaenterprise/v1.3.1) (2022-05-03)


### Bug Fixes

* **recaptchaenterprise:** remove key management API feat: introduced Reason, PasswordLeakVerification, AccountDefenderAssessment ([380529e](https://github.com/googleapis/google-cloud-go/commit/380529ef939c7019458b2dda2b789770376aff19))

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


Expand Down
2 changes: 1 addition & 1 deletion recaptchaenterprise/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.3.0"
const Version = "1.3.1"

0 comments on commit c6780d8

Please sign in to comment.