Skip to content

Commit d337635

Browse files
committed
Prepare 0.2.0
1 parent fb15cb4 commit d337635

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Change line format:
5353

5454
## Unreleased (master)
5555

56+
## v0.2.0
57+
5658
### Added
5759

5860
* Testing against Vault `1.1.1` ; Ref: https://github.com/sumup-oss/terraform-provider-vaulted/pull/1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Also shown at https://medium.com/@syndbg/provisioning-vault-encrypted-secrets-us
4141
E.g installation on a Linux AMD64 host
4242

4343
```
44-
# Assuming we already downloaded the binary at ~/Downloads/terraform-provider-vaulted_v0.1.0_linux_amd64
44+
# Assuming we already downloaded the binary at ~/Downloads/terraform-provider-vaulted_v0.2.0_linux_amd64
4545
> mkdir -p ~/.terraform.d/plugins/linux_amd64
46-
> mv ~/Downloads/terraform-provider-vaulted_v0.1.0_linux_amd64 ~/.terraform.d/plugins/linux_amd64/terraform-provider-vaulted
46+
> mv ~/Downloads/terraform-provider-vaulted_v0.2.0_linux_amd64 ~/.terraform.d/plugins/linux_amd64/terraform-provider-vaulted
4747
```
4848

4949
And we're ready to use it!

0 commit comments

Comments
 (0)