Skip to content

Commit

Permalink
chore(main): release resourcesettings 1.1.0 (#5542)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 14, 2022
1 parent 4bb7e9a commit 5a7329c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"recommender": "1.0.0",
"redis": "1.2.0",
"resourcemanager": "1.0.0",
"resourcesettings": "1.0.0",
"resourcesettings": "1.1.0",
"retail": "1.0.0",
"scheduler": "1.1.0",
"secretmanager": "1.1.0",
Expand Down
8 changes: 7 additions & 1 deletion resourcesettings/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

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


### Features

* **resourcesettings:** add file for tracking version ([17b36ea](https://github.com/googleapis/google-cloud-go/commit/17b36ead42a96b1a01105122074e65164357519e))

## 1.0.0

Stabilize GA surface.
Expand All @@ -8,4 +15,3 @@ Stabilize GA surface.

This is the first tag to carve out resourcesettings as its own module. See
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).

2 changes: 1 addition & 1 deletion resourcesettings/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.0.0"
const Version = "1.1.0"

0 comments on commit 5a7329c

Please sign in to comment.