Skip to content

Commit

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

## [1.39.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.38.0...spanner/v1.39.0) (2022-09-13)


### Features

* **spanner/spannersql:** Add backticks when name contains a hypen ([#6621](https://github.com/googleapis/google-cloud-go/issues/6621)) ([e88ca66](https://github.com/googleapis/google-cloud-go/commit/e88ca66ca950e15d9011322dbfca3c88ccceb0ec))

## [1.38.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.37.0...spanner/v1.38.0) (2022-09-03)


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.38.0"
const Version = "1.39.0"

0 comments on commit eb21190

Please sign in to comment.