Skip to content

Commit 72d146e

Browse files
author
Terraform SDK CircleCI
committed
v1.13.0 [skip ci]
1 parent 120b3dc commit 72d146e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# 1.13.0 (Unreleased)
1+
# 1.13.0 (May 20, 2020)
22

33
DEPRECATIONS:
44

5-
* Deprecate `DisableBinaryDriver` [GH-450]
6-
* Deprecate the `helper/mutexkv`, `helper/pathorcontents`, `httpclient`, and `helper/hashcode` packages [GH-453]
5+
* Deprecate `DisableBinaryDriver` ([#450](https://github.com/hashicorp/terraform-plugin-sdk/issues/450))
6+
* Deprecate the `helper/mutexkv`, `helper/pathorcontents`, `httpclient`, and `helper/hashcode` packages ([#453](https://github.com/hashicorp/terraform-plugin-sdk/issues/453))
77

88
# 1.12.0 (May 06, 2020)
99

meta/meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// The main version number that is being run at the moment.
14-
var SDKVersion = "1.12.0"
14+
var SDKVersion = "1.13.0"
1515

1616
// A pre-release marker for the version. If this is "" (empty string)
1717
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)