We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9f42c commit 695f0c7Copy full SHA for 695f0c7
CHANGELOG.md
@@ -1,8 +1,8 @@
1
-# 2.5.0 (Unreleased)
+# 2.5.0 (March 24, 2021)
2
3
ENHANCEMENTS
4
5
-* Added the ability to opt out of context timeouts in CRUD functions [GH-723]
+* Added the ability to opt out of context timeouts in CRUD functions ([#723](https://github.com/hashicorp/terraform-plugin-sdk/issues/723))
6
7
# 2.4.4 (February 24, 2021)
8
meta/meta.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
// The main version number that is being run at the moment.
14
-var SDKVersion = "2.4.4"
+var SDKVersion = "2.5.0"
15
16
// A pre-release marker for the version. If this is "" (empty string)
17
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments