Update CHANGELOG for release

This commit is contained in:
Jeff Mitchell 2019-07-09 03:53:17 -04:00
parent 49371ff945
commit 8b93119f39
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 1.2-beta2 (Unreleased)
## 1.2-beta2 (July 9th, 2019)
CHANGES:

View File

@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable "download-url" {
default = "https://releases.hashicorp.com/vault/1.2.0-beta1/vault_1.2.0-beta1_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/1.2.0-beta2/vault_1.2.0-beta2_linux_amd64.zip"
description = "URL to download Vault"
}