Skip to content

Commit d1a4d6d

Browse files
authored
misc: bump to version v0.12.0 (#457)
Bumped the development version of this provider to v0.12.0.
1 parent 80d961a commit d1a4d6d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.changelog/0.12.0.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[[breaking]]
2+
title = ""
3+
description = ""
4+
5+
[[features]]
6+
title = ""
7+
description = ""
8+
9+
[[enhancements]]
10+
title = ""
11+
description = ""
12+
13+
[[bugs]]
14+
title = ""
15+
description = ""

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0-dev
1+
0.12.0-dev

internal/provider/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ package provider
77
// TODO: Make sure this variable is updated every time a new version is released
88

99
// Version contains the current terraform provider version.
10-
const Version = "0.11.0"
10+
const Version = "0.12.0"

0 commit comments

Comments
 (0)