Skip to content

Commit

Permalink
chore(main): release spanner 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 23, 2022
1 parent 55f0d92 commit 657d816
Show file tree
Hide file tree
Showing 3 changed files with 21 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 @@ -91,7 +91,7 @@
"servicemanagement": "1.2.0",
"serviceusage": "1.1.0",
"shell": "1.1.0",
"spanner": "1.29.0",
"spanner": "2.0.0",
"speech": "1.2.0",
"storage": "1.21.0",
"storagetransfer": "1.1.0",
Expand Down
19 changes: 19 additions & 0 deletions spanner/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changes

## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.29.0...spanner/v2.0.0) (2022-02-23)


### ⚠ BREAKING CHANGES

* **spanner/admin/instance:** annotating some fields as REQUIRED

### Features

* **spanner:** add better version metadata to calls ([#5515](https://github.com/googleapis/google-cloud-go/issues/5515)) ([dcab7c4](https://github.com/googleapis/google-cloud-go/commit/dcab7c4a98ebecfef1f75ec5bddfd7782b28a7c5)), refs [#2749](https://github.com/googleapis/google-cloud-go/issues/2749)
* **spanner:** add file for tracking version ([17b36ea](https://github.com/googleapis/google-cloud-go/commit/17b36ead42a96b1a01105122074e65164357519e))
* **spanner:** set versionClient to module version ([55f0d92](https://github.com/googleapis/google-cloud-go/commit/55f0d92bf112f14b024b4ab0076c9875a17423c9))
* **spanner:** set versionClient to module version ([55f0d92](https://github.com/googleapis/google-cloud-go/commit/55f0d92bf112f14b024b4ab0076c9875a17423c9))


### Bug Fixes

* **spanner/admin/instance:** annotating some fields as REQUIRED ([7d6b0e5](https://github.com/googleapis/google-cloud-go/commit/7d6b0e5891b50cccdf77cd17ddd3644f31ef6dfc))

## [1.29.0](https://www.github.com/googleapis/google-cloud-go/compare/spanner/v1.28.0...spanner/v1.29.0) (2022-01-06)


Expand Down
2 changes: 1 addition & 1 deletion spanner/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.29.0"
const Version = "2.0.0"

0 comments on commit 657d816

Please sign in to comment.