File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # 1.13.1 (Unreleased )
1+ # 1.13.1 (June 04, 2020 )
22
33BUG FIXES:
44
5- * Remove deprecation for ` d.Partial ` [ GH- 463 ]
6- * Fix bug when serializing bool in TypeMap [ GH- 465 ]
5+ * Remove deprecation for ` d.Partial ` ( [ # 463 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/463 ) )
6+ * Fix bug when serializing bool in TypeMap ( [ # 465 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/465 ) )
77
88# 1.13.0 (May 20, 2020)
99
Original file line number Diff line number Diff 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.13.0 "
14+ var SDKVersion = "1.13.1 "
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
You can’t perform that action at this time.
0 commit comments