Skip to content

Commit 70b772b

Browse files
committed
Release v1.2.0
1 parent 29e5f09 commit 70b772b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/uber-go/tally v3.3.17+incompatible
2121
github.com/uber/jaeger-client-go v2.23.1+incompatible
2222
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
23-
go.temporal.io/api v1.1.1-0.20201104024306-2ac4ba734346
23+
go.temporal.io/api v1.2.0
2424
go.uber.org/atomic v1.7.0
2525
go.uber.org/goleak v1.0.0
2626
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ github.com/uber/jaeger-client-go v2.23.1+incompatible/go.mod h1:WVhlPFC8FDjOFMMW
9292
github.com/uber/jaeger-lib v2.2.0+incompatible h1:MxZXOiR2JuoANZ3J6DE/U0kSFv/eJ/GfSYVCjK7dyaw=
9393
github.com/uber/jaeger-lib v2.2.0+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U=
9494
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
95-
go.temporal.io/api v1.1.1-0.20201104024306-2ac4ba734346 h1:T9u7ptebvSfZ9dhtlo1xFOrDLNFQYdPNOGTRDngMjjU=
96-
go.temporal.io/api v1.1.1-0.20201104024306-2ac4ba734346/go.mod h1:yOc7xX03usCg0Vh9qV0eQHwWqcEiFbfNpVCUyH7ieKo=
95+
go.temporal.io/api v1.2.0 h1:b1NhvRWk/1GKRZYxtSPvbVJ1pfmTJ+zjCaPXmnBFf8U=
96+
go.temporal.io/api v1.2.0/go.mod h1:yOc7xX03usCg0Vh9qV0eQHwWqcEiFbfNpVCUyH7ieKo=
9797
go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=
9898
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
9999
go.uber.org/goleak v1.0.0 h1:qsup4IcBdlmsnGfqyLl4Ntn3C2XCCuKAE7DwHpScyUo=

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ package internal
3030
const (
3131
// SDKVersion is a semver (https://semver.org/) that represents the version of this Temporal GoSDK.
3232
// Server validates if SDKVersion fits its supported range and rejects request if it doesn't.
33-
SDKVersion = "1.1.0"
33+
SDKVersion = "1.2.0"
3434

3535
// SupportedServerVersions is a semver rages (https://github.com/blang/semver#ranges) of server versions that
3636
// are supported by this Temporal SDK.

0 commit comments

Comments
 (0)