Skip to content

Commit db7ce0d

Browse files
chore(main): release 1.18.0
1 parent c0781a7 commit db7ce0d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.17.0"
2+
".": "1.18.0"
33
}

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.18.0](https://github.com/googleapis/go-sql-spanner/compare/v1.17.0...v1.18.0) (2025-09-02)
4+
5+
6+
### Features
7+
8+
* Use a single multiplexed session for all operations ([#500](https://github.com/googleapis/go-sql-spanner/issues/500)) ([8463a6c](https://github.com/googleapis/go-sql-spanner/commit/8463a6cb8100a48283e8bf1a10936f950d961a52))
9+
10+
11+
### Bug Fixes
12+
13+
* Update all dependencies ([#492](https://github.com/googleapis/go-sql-spanner/issues/492)) ([6dba3cf](https://github.com/googleapis/go-sql-spanner/commit/6dba3cf1e28c6732cf023e2f244417f9844aab9b))
14+
315
## [1.17.0](https://github.com/googleapis/go-sql-spanner/compare/v1.16.3...v1.17.0) (2025-08-18)
416

517

driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import (
4949
"google.golang.org/grpc/status"
5050
)
5151

52-
const userAgent = "go-sql-spanner/1.17.0" // x-release-please-version
52+
const userAgent = "go-sql-spanner/1.18.0" // x-release-please-version
5353

5454
const gormModule = "github.com/googleapis/go-gorm-spanner"
5555
const gormUserAgent = "go-gorm-spanner"

0 commit comments

Comments
 (0)