From 1c7ed13268c2a5a0271588cc4e4536fe50b3fd3f Mon Sep 17 00:00:00 2001 From: Dave Curylo Date: Mon, 26 Jul 2021 22:04:51 -0400 Subject: [PATCH] 1.6.7 release readiness --- RELEASE_NOTES.md | 3 +-- src/Farmer/Farmer.fsproj | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 33600e3b3..4c26f370c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,13 +1,12 @@ Release Notes ============= -## vNext -* Refactored Web App and Functions builders to simplify adding new common properties ## 1.6.7 * Container Groups: Reference Azure container registry credentials. * DNS Zone: Support for adding records to existing zones. * DNS Zone: zone and record 'depends_on' support. * DNS Zone: DNS record 'target_resource' fix to emit correct resource Id. +* Web App, Functions: Refactored Web App and Functions builders to simplify adding new common properties ## 1.6.6 * Azure Firewall: Support for 'link_to_firewall_policy' to link to a builder as well as a resource. diff --git a/src/Farmer/Farmer.fsproj b/src/Farmer/Farmer.fsproj index 2d4b13b4f..1be43e7ab 100644 --- a/src/Farmer/Farmer.fsproj +++ b/src/Farmer/Farmer.fsproj @@ -2,7 +2,7 @@ Farmer - 1.6.6 + 1.6.7 Farmer makes authoring ARM templates easy! Copyright 2019-2021 Compositional IT Ltd. Compositional IT