diff --git a/CHANGELOG.md b/CHANGELOG.md index 68684e0..e9b3f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.6.0 - 2020-03-31 + +### Added + +- Resource `consulacl_token` now resets `anonymous` token permissions upon deletion as it cannot be removed + ## 1.5.0 - 2019-10-04 ### Added diff --git a/README.md b/README.md index 0a78508..b49d318 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Para is being initialized... Initializing the backend... Initializing provider plugins... -- Para provides 3rd-party Terraform provider plugin 'consulacl' version 'v1.5.0' for 'darwin_amd64' (downloading) +- Para provides 3rd-party Terraform provider plugin 'consulacl' version 'v1.6.0' for 'darwin_amd64' (downloading) The following providers do not have any version constraints in configuration, @@ -93,7 +93,7 @@ This means that the plugin should either be placed into current working director or it can be [installed system-wide](https://www.terraform.io/docs/configuration/providers.html#third-party-plugins). ```bash -wget "https://github.com/ashald/terraform-provider-consulacl/releases/download/1.5.0/terraform-provider-consulacl_v1.5.0-$(uname -s | tr '[:upper:]' '[:lower:]')-amd64" +wget "https://github.com/ashald/terraform-provider-consulacl/releases/download/1.6.0/terraform-provider-consulacl_v1.6.0-$(uname -s | tr '[:upper:]' '[:lower:]')-amd64" chmod +x ./terraform-provider-consulacl* ```