We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb1b31 commit c386bfbCopy full SHA for c386bfb
2 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
-## 0.4.1 (Unreleased)
2
-* Add new `vault-cli` provider to use the `vault` command line tool rather than talking to the vault API.
+## 0.4.2 (Unreleased)
+
3
+## 0.4.1
4
+* Add new `vault-cli` provider to use the `vault` command line tool rather than talking to the vault API.
5
6
## 0.4.0
7
**Note: This release contains breaking changes!!**
main.go
@@ -13,7 +13,7 @@ func main() {
13
app := cli.NewApp()
14
app.Name = "terrahelp"
15
app.Usage = "Provides additional functions helpful with terraform development"
16
- app.Version = "0.4.1"
+ app.Version = "0.4.2-dev"
17
app.Author = "https://github.com/opencredo OpenCredo - Nicki Watt"
18
app.Commands = []cli.Command{
19
vaultAutoConfigCommand(newTerraHelperFunc()),
0 commit comments