Skip to content

Commit

Permalink
chore(main): release spanner 1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 26, 2022
1 parent 643186c commit e082f6a
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.32.0"
"spanner": "1.32.1"
}
7 changes: 7 additions & 0 deletions spanner/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

### [1.32.1](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.32.0...spanner/v1.32.1) (2022-05-26)


### Bug Fixes

* **spanner/spansql:** fix invalid timestamp literal formats ([#6077](https://github.com/googleapis/google-cloud-go/issues/6077)) ([6ab8bed](https://github.com/googleapis/google-cloud-go/commit/6ab8bed93a978e00a6c195d8cb4d574ca6db27c3))

## [1.32.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.31.0...spanner/v1.32.0) (2022-05-09)


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.32.0"
const Version = "1.32.1"

0 comments on commit e082f6a

Please sign in to comment.