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 80d961a commit d1a4d6dCopy full SHA for d1a4d6d
3 files changed
.changelog/0.12.0.toml
@@ -0,0 +1,15 @@
1
+[[breaking]]
2
+title = ""
3
+description = ""
4
+
5
+[[features]]
6
7
8
9
+[[enhancements]]
10
11
12
13
+[[bugs]]
14
15
VERSION
@@ -1 +1 @@
-0.11.0-dev
+0.12.0-dev
internal/provider/version.go
@@ -7,4 +7,4 @@ package provider
// TODO: Make sure this variable is updated every time a new version is released
// Version contains the current terraform provider version.
-const Version = "0.11.0"
+const Version = "0.12.0"
0 commit comments