Skip to content

Commit

Permalink
chore(main): release spanner 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 18, 2022
1 parent 8b17366 commit a1275be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spanner/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"spanner": "1.34.1"
"spanner": "1.35.0"
}
7 changes: 7 additions & 0 deletions spanner/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.35.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.34.1...spanner/v1.35.0) (2022-07-18)


### Features

* **spanner/admin/instance:** Adding two new fields for Instance create_time and update_time ([8a1ad06](https://github.com/googleapis/google-cloud-go/commit/8a1ad06572a65afa91a0a77a85b849e766876671))

## [1.34.1](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.34.0...spanner/v1.34.1) (2022-07-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.34.1"
const Version = "1.35.0"

0 comments on commit a1275be

Please sign in to comment.