Skip to content

Commit

Permalink
chore(main): release spanner 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 13, 2022
1 parent 4134941 commit 645971d
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
@@ -1,3 +1,3 @@
{
"spanner": "1.33.0"
"spanner": "1.34.0"
}
7 changes: 7 additions & 0 deletions spanner/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.34.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.33.0...spanner/v1.34.0) (2022-06-13)


### Features

* **spanner:** add Session creator role docs: clarify transaction semantics ([4134941](https://github.com/googleapis/google-cloud-go/commit/41349411e601f57dc6d9e246f1748fd86d17bb15))

## [1.33.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.32.0...spanner/v1.33.0) (2022-05-28)


Expand Down
2 changes: 1 addition & 1 deletion spanner/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.33.0"
const Version = "1.34.0"

0 comments on commit 645971d

Please sign in to comment.