From d13a2287acd06e916110624191921b81980d41fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:27:30 +0000 Subject: [PATCH] chore: release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b5dc40..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.39.0" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b153cc..7a40288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. +## [1.0.0](https://github.com/lgallard/terraform-aws-backup/compare/0.39.0...1.0.0) (2025-08-11) + + +### ⚠ BREAKING CHANGES + +* None - this is a documentation-only change + +### Documentation + +* optimize CLAUDE.md for improved readability and MCP integration ([#211](https://github.com/lgallard/terraform-aws-backup/issues/211)) ([49434ed](https://github.com/lgallard/terraform-aws-backup/commit/49434ed8a1907442bcae8c1b076f98a39f792158)) + ## [0.39.0](https://github.com/lgallard/terraform-aws-backup/compare/0.38.0...0.39.0) (2025-08-09)