From 582ad5687339d8f5451a679537d542baf6ee3510 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 23 Oct 2024 23:59:12 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.1=20=E2=86=92=201.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1fe08f..ead63c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## 1.0.4 (2024-10-23) + +### 🐛🚑️ Fixes + +- **outputs**: update outputs to incluude the dns_name and zone_id +- **outputs**: update outputs to incluude the dns_name and zone_id + +### ♻️ Refactorings + +- **dns**: refactor to use tf native + +### docs + +- **README.md**: added timings for Apply and Destroy + +### 🎨🏗️ Style & Architecture + +- **repo**: add pre-commit and commitizen repo features + +### 📝💡 Documentation + +- **CHANGELOG.md**: added cz ch changelog + ## 1.0.3 (2024-10-23) ### 🐛🚑️ Fixes