Skip to content

Commit 73afd31

Browse files
chore(main): release 1.24.1
1 parent 666615c commit 73afd31

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

.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.24.0"
2+
".": "1.24.1"
33
}

CHANGES.md

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

3+
## [1.24.1](https://github.com/googleapis/go-sql-spanner/compare/v1.24.0...v1.24.1) (2026-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* Update all dependencies ([#750](https://github.com/googleapis/go-sql-spanner/issues/750)) ([107c133](https://github.com/googleapis/go-sql-spanner/commit/107c1331cf1f3d61c7ad6c533e18fdc8566e8771))
9+
* Update dependency com.google.errorprone:error_prone_annotations to v2.48.0 ([#757](https://github.com/googleapis/go-sql-spanner/issues/757)) ([fe99422](https://github.com/googleapis/go-sql-spanner/commit/fe99422f2a4a0edd2100a571f60ffb7c830273b0))
10+
* Update dependency io.netty:netty-transport-native-epoll to v4.2.10.final ([#702](https://github.com/googleapis/go-sql-spanner/issues/702)) ([a078428](https://github.com/googleapis/go-sql-spanner/commit/a07842819492f8f95f2377524dcc765ad0f2b556))
11+
* Update protobuf monorepo ([#755](https://github.com/googleapis/go-sql-spanner/issues/755)) ([666615c](https://github.com/googleapis/go-sql-spanner/commit/666615c7fede6f2b37dc1196706c4201f4f63d14))
12+
313
## [1.24.0](https://github.com/googleapis/go-sql-spanner/compare/v1.23.0...v1.24.0) (2026-02-13)
414

515

driver.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ import (
5454
"google.golang.org/protobuf/proto"
5555
)
5656

57-
const ModuleVersion = "1.24.0" // x-release-please-version
58-
const userAgent = "go-sql-spanner/1.24.0" // x-release-please-version
57+
const ModuleVersion = "1.24.1" // x-release-please-version
58+
const userAgent = "go-sql-spanner/1.24.1" // x-release-please-version
5959

6060
const gormModule = "github.com/googleapis/go-gorm-spanner"
6161
const gormUserAgent = "go-gorm-spanner"

0 commit comments

Comments
 (0)