Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed Nov 11, 2020
1 parent 29e5f09 commit 70b772b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/uber-go/tally v3.3.17+incompatible
github.com/uber/jaeger-client-go v2.23.1+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
go.temporal.io/api v1.1.1-0.20201104024306-2ac4ba734346
go.temporal.io/api v1.2.0
go.uber.org/atomic v1.7.0
go.uber.org/goleak v1.0.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ github.com/uber/jaeger-client-go v2.23.1+incompatible/go.mod h1:WVhlPFC8FDjOFMMW
github.com/uber/jaeger-lib v2.2.0+incompatible h1:MxZXOiR2JuoANZ3J6DE/U0kSFv/eJ/GfSYVCjK7dyaw=
github.com/uber/jaeger-lib v2.2.0+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
go.temporal.io/api v1.1.1-0.20201104024306-2ac4ba734346 h1:T9u7ptebvSfZ9dhtlo1xFOrDLNFQYdPNOGTRDngMjjU=
go.temporal.io/api v1.1.1-0.20201104024306-2ac4ba734346/go.mod h1:yOc7xX03usCg0Vh9qV0eQHwWqcEiFbfNpVCUyH7ieKo=
go.temporal.io/api v1.2.0 h1:b1NhvRWk/1GKRZYxtSPvbVJ1pfmTJ+zjCaPXmnBFf8U=
go.temporal.io/api v1.2.0/go.mod h1:yOc7xX03usCg0Vh9qV0eQHwWqcEiFbfNpVCUyH7ieKo=
go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/goleak v1.0.0 h1:qsup4IcBdlmsnGfqyLl4Ntn3C2XCCuKAE7DwHpScyUo=
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ package internal
const (
// SDKVersion is a semver (https://semver.org/) that represents the version of this Temporal GoSDK.
// Server validates if SDKVersion fits its supported range and rejects request if it doesn't.
SDKVersion = "1.1.0"
SDKVersion = "1.2.0"

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

0 comments on commit 70b772b

Please sign in to comment.