Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Adamiec committed Oct 21, 2022
1 parent e70ff00 commit b142bb5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Change log

## [0.4.0](https://github.com/ably/terraform-provider-ably/tree/v0.4.0)

Bugfixes:
- Fixes key not being read from the control API
- Fixes reads not regestering when a resource had been deleted outside of terraform
- Fixes deletes failing when a resource had been deleted outside of terraform

## [0.3.0](https://github.com/ably/terraform-provider-ably/tree/v0.3.0)

This release adds:
This release adds:
- Ably Zapier integration rule via `ably_rule_zapier` resource
- Ably AWS Lambda integration rule via `ably_rule_lambda` resource
- Ably Google Cloud Function integration rule via `ably_rule_google_function` resource
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOSTNAME=github.com
NAMESPACE=ably
NAME=ably
BINARY=terraform-provider-${NAME}
VERSION=0.3.0
VERSION=0.4.0
OS_ARCH=darwin_amd64

default: install
Expand Down
4 changes: 2 additions & 2 deletions examples/playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

| Name | Version |
|------|---------|
| <a name="requirement_ably"></a> [ably](#requirement\_ably) | >=0.3.0 |
| <a name="requirement_ably"></a> [ably](#requirement\_ably) | >=0.4.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_ably"></a> [ably](#provider\_ably) | 0.3.0 |
| <a name="provider_ably"></a> [ably](#provider\_ably) | 0.4.0 |
| <a name="provider_tls"></a> [tls](#provider\_tls) | 4.0.3 |

## Modules
Expand Down

0 comments on commit b142bb5

Please sign in to comment.