Skip to content

Commit

Permalink
Add changelog for v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashald committed Mar 31, 2020
1 parent 9a12639 commit 459b28e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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*
```

Expand Down

0 comments on commit 459b28e

Please sign in to comment.