From 90f9f5e55432d43023c0fed18bea8f0289cc4ee7 Mon Sep 17 00:00:00 2001 From: Anton Troyanov Date: Fri, 12 May 2023 18:36:30 +0400 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6913785..32732f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -## 1.0.1.1 +## 1.2.0 (May 12, 2023) -IMPROVEMENTS: +NEW: -* Modify Resource `maas_machine` with timeouts support -* Modify Resource `maas_instance` with timeouts support +* Add `enable_hw_sync` to `deploy_params` of `maas_instance` resource -## 1.0.1 (Unreleased) + +## 1.1.0 (Mar 10, 2023) NEW: @@ -17,6 +17,8 @@ IMPROVEMENTS: * Update documentation and documentation structure to use terraform-plugin-docs tool * Refactor API client references to use the maas repo +* Modify Resource `maas_machine` with timeouts support +* Modify Resource `maas_instance` with timeouts support * Update dependencies * Update Go version to 1.18