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 2aff217 commit 974822b
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
Expand Up @@ -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 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 974822b

Please sign in to comment.