From f3c5d57d1d1adabcfebabcfc474fe12e9b6e14ea Mon Sep 17 00:00:00 2001 From: Tom Reinders Date: Thu, 13 Jul 2023 16:16:29 +0200 Subject: [PATCH] TD-592 - Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 335ac646..245cb91b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Common Changelog](https://common-changelog.org), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.6.0] - 2023-07-13 + +### Added + +- Add module `azure/application_insights_smart_detection_rule` ([#339](https://github.com/recognizegroup/terraform/pull/339)) ([`b5ba2c58`](https://github.com/recognizegroup/terraform/commit/b5ba2c58)) ([@tom-reinders](https://github.com/tom-reinders)) +- `azure/logic_app`: Add variable `trigger_oauth_policy_claims` ([#340](https://github.com/recognizegroup/terraform/pull/340)) ([`e2381256`](https://github.com/recognizegroup/terraform/commit/e2381256)) ([@mkostalrecognize](https://github.com/mkostalrecognize)) +- `azure/logic_app`: Add variable `trigger_ip_address_range` ([#340](https://github.com/recognizegroup/terraform/pull/340)) ([`31477279`](https://github.com/recognizegroup/terraform/commit/31477279)) ([@mkostalrecognize](https://github.com/mkostalrecognize)) + ## [3.5.0] - 2023-06-23 ### Changed @@ -145,6 +153,7 @@ _If you are upgrading: please see [UPGRADE_3.0.md](UPGRADE_3.0.md)._ - **Breaking:** Remove module `azure/monitoring`, replace with `azure/azure/monitoring_action_group` and `azure/monitoring_log_analytics_alert` ([#268](https://github.com/recognizegroup/terraform/pull/268)) ([`5bd013c1`](https://github.com/recognizegroup/terraform/commit/5bd013c1)) ([@pipalmic](https://github.com/pipalmic)) - **Breaking:** Remove module `azure/api_connectors/storage_account`, replace with `azure/api_connectors/storage_blob` and `azure/api_connectors/storage_table` ([#276](https://github.com/recognizegroup/terraform/pull/276)) ([`7a483886`](https://github.com/recognizegroup/terraform/commit/7a483886)) ([@pipalmic](https://github.com/pipalmic)) +[3.6.0]: https://github.com/recognizegroup/terraform/releases/tag/v3.6.0 [3.5.0]: https://github.com/recognizegroup/terraform/releases/tag/v3.5.0 [3.4.0]: https://github.com/recognizegroup/terraform/releases/tag/v3.4.0 [3.3.0]: https://github.com/recognizegroup/terraform/releases/tag/v3.3.0