From 8094a369d48fcc23a702fe33ff5327292d4da936 Mon Sep 17 00:00:00 2001 From: "jimehbot[bot]" <132453784+jimehbot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:38:11 +0000 Subject: [PATCH] chore(main): release 0.0.3 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ README.md | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 40ff6fe..3a327a0 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fe56487..16da42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.0.3](https://github.com/jimeh/terraform-cloudflare-email/compare/v0.0.2...v0.0.3) (2026-02-02) + + +### Bug Fixes + +* specify minimum required terraform version (>= 1.1) ([6da178a](https://github.com/jimeh/terraform-cloudflare-email/commit/6da178a5d0adbe1500357dd1a4987faa8e3b85ff)) + + +### Documentation + +* **readme:** expand Example Usage section with more details and examples ([1931ed2](https://github.com/jimeh/terraform-cloudflare-email/commit/1931ed281d0c3c71d1a056e21388aeb2415de63a)) +* **readme:** fix truncated sentence in Google Workspace example ([0de0ea5](https://github.com/jimeh/terraform-cloudflare-email/commit/0de0ea55ddb1cd95f3f4edef30f7f2d973baa4b0)) + ## [0.0.2](https://github.com/jimeh/terraform-cloudflare-email/compare/v0.0.1...v0.0.2) (2023-04-26) diff --git a/README.md b/README.md index a8148bd..844d0e3 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Workspace > Gmail > Authenticate Email. ```terraform module "email" { source = "jimeh/email/cloudflare" - version = "0.0.2" + version = "0.0.3" account_id = var.cloudflare_account_id zone_id = var.cloudflare_zone_id @@ -163,7 +163,7 @@ help article. ```terraform module "email" { source = "jimeh/email/cloudflare" - version = "0.0.2" + version = "0.0.3" account_id = var.cloudflare_account_id zone_id = var.cloudflare_zone_id