Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
Update documentation and version numbers in preparation for the release of version 0.6.0 of the Ably Terraform Provider.
  • Loading branch information
graham-russell committed Feb 8, 2024
1 parent 2ef0e4f commit c6ecd5f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Change log
# Changelog

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

[Full Changelog](https://github.com/ably/terraform-provider-ably/compare/v0.5.0...v0.6.0)

**Merged pull requests:**

- \[INF-3250\] - Add `revocable_tokens` parameter to `ably_api_key` resource [\#171](https://github.com/ably/terraform-provider-ably/pull/171) ([graham-russell](https://github.com/graham-russell))
- Add `exchange` parameter to AMQP External Rule [\#170](https://github.com/ably/terraform-provider-ably/pull/170) ([graham-russell](https://github.com/graham-russell))
- docs: bump readme version [\#169](https://github.com/ably/terraform-provider-ably/pull/169) ([AndyTWF](https://github.com/AndyTWF))

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

Expand Down Expand Up @@ -84,5 +94,3 @@ This version includes the following resources:
- `ably_key`
- `ably_namespace`
- `ably-queue`


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
required_providers {
ably = {
source = "ably/ably"
version = "0.5.0"
version = "0.6.0"
}
}
}
Expand Down

0 comments on commit c6ecd5f

Please sign in to comment.