Skip to content

Commit

Permalink
chore(main): release spanner 1.55.0 (#9231)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Sri Harsha CH <[email protected]>
  • Loading branch information
release-please[bot] and harshachinta authored Jan 10, 2024
1 parent 9debdb6 commit 70d74c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"profiler": "0.4.0",
"pubsub": "1.33.0",
"pubsublite": "1.8.1",
"spanner": "1.54.0",
"spanner": "1.55.0",
"storage": "1.36.0",
"vertexai": "0.6.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.55.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.54.0...spanner/v1.55.0) (2024-01-08)


### Features

* **spanner:** Add directed reads feature ([#7668](https://github.com/googleapis/google-cloud-go/issues/7668)) ([a42604a](https://github.com/googleapis/google-cloud-go/commit/a42604a3a6ea90c38a2ff90d036a79fd070174fd))

## [1.54.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.53.1...spanner/v1.54.0) (2023-12-14)


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.54.0"
const Version = "1.55.0"

0 comments on commit 70d74c0

Please sign in to comment.