From a81173e22d4e50369f62ab46adc5345095d9d628 Mon Sep 17 00:00:00 2001 From: Andy Ford Date: Fri, 29 Sep 2023 10:13:28 +0100 Subject: [PATCH 1/2] docs: changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5b1c6..edc7286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change log +## [0.5.0](https://github.com/ably/terraform-provider-ably/tree/v0.5.0) + +[Full Changelog](https://github.com/ably/terraform-provider-ably/compare/v0.4.3...v0.5.0) + +**Merged pull requests:** + +- Provide envelope for HTTP rules [\#167](https://github.com/ably/terraform-provider-ably/pull/167) ([AndyTWF](https://github.com/AndyTWF)) + +Bugfixes: + +- The provider now honours "enveloped" settings for HTTP rules in single publish mode + +**Merged pull requests:** + +- Append 'terraform-provider-ably/VERSION' to the Ably-Agent HTTP header [\#156](https://github.com/ably/terraform-provider-ably/pull/156) ([lmars](https://github.com/lmars)) +- add credit to CHANGELOG for external contribution [\#155](https://github.com/ably/terraform-provider-ably/pull/155) ([owenpearson](https://github.com/owenpearson)) + ## [0.4.3](https://github.com/ably/terraform-provider-ably/tree/v0.4.3) [Full Changelog](https://github.com/ably/terraform-provider-ably/compare/v0.4.2...v0.4.3) From 11e385224767345fbf9c609225483722394c4712 Mon Sep 17 00:00:00 2001 From: Andy Ford Date: Fri, 29 Sep 2023 10:14:46 +0100 Subject: [PATCH 2/2] docs: removed copy-paste error --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edc7286..7894d19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,6 @@ Bugfixes: - The provider now honours "enveloped" settings for HTTP rules in single publish mode -**Merged pull requests:** - -- Append 'terraform-provider-ably/VERSION' to the Ably-Agent HTTP header [\#156](https://github.com/ably/terraform-provider-ably/pull/156) ([lmars](https://github.com/lmars)) -- add credit to CHANGELOG for external contribution [\#155](https://github.com/ably/terraform-provider-ably/pull/155) ([owenpearson](https://github.com/owenpearson)) - ## [0.4.3](https://github.com/ably/terraform-provider-ably/tree/v0.4.3) [Full Changelog](https://github.com/ably/terraform-provider-ably/compare/v0.4.2...v0.4.3)