Skip to content

Commit 440abcb

Browse files
authored
Version bump to 0.9.0 (#422)
1 parent 61d687b commit 440abcb

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.changelog/0.9.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.8.0-dev
1+
0.9.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.8.0"
10+
const Version = "0.9.0"

0 commit comments

Comments
 (0)