From c6ecd5f43110cd89c7025c6de232f5e8bdeafdd4 Mon Sep 17 00:00:00 2001 From: Graham Russell Date: Wed, 7 Feb 2024 14:42:13 +0000 Subject: [PATCH] Release v0.6.0 Update documentation and version numbers in preparation for the release of version 0.6.0 of the Ably Terraform Provider. --- CHANGELOG.md | 14 +++++++++++--- README.md | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7894d19..fd77468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -84,5 +94,3 @@ This version includes the following resources: - `ably_key` - `ably_namespace` - `ably-queue` - - diff --git a/README.md b/README.md index df03f0c..f63eb24 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ terraform { required_providers { ably = { source = "ably/ably" - version = "0.5.0" + version = "0.6.0" } } }