From 78276286c5e665307e6408d6c81c94ea9743f136 Mon Sep 17 00:00:00 2001 From: "masterpointbot[bot]" <177651640+masterpointbot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:01:26 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a691f..de7e06b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.0](https://github.com/masterpointio/terraform-secrets-helper/compare/v0.3.0...v1.0.0) (2025-12-08) + + +### ⚠ BREAKING CHANGES + +* **outputs:** breaking change, add sensitive true to outputs + add tests ([#17](https://github.com/masterpointio/terraform-secrets-helper/issues/17)) + +### Features + +* AWS SSM Parameter Store ([#25](https://github.com/masterpointio/terraform-secrets-helper/issues/25)) ([4f065a3](https://github.com/masterpointio/terraform-secrets-helper/commit/4f065a30ab3117ac2dd2aed19cdf2f7ba09db130)) +* **outputs:** breaking change, add sensitive true to outputs + add tests ([#17](https://github.com/masterpointio/terraform-secrets-helper/issues/17)) ([9eff666](https://github.com/masterpointio/terraform-secrets-helper/commit/9eff666dfb0ee33ab0f875c974628fa0cf5f1262)) + + +### Bug Fixes + +* mock aws data sources in tests ([#26](https://github.com/masterpointio/terraform-secrets-helper/issues/26)) ([48c8563](https://github.com/masterpointio/terraform-secrets-helper/commit/48c8563fb7be4418553a7afd7f9f5a45f4b38ca4)) + ## [0.3.0](https://github.com/masterpointio/terraform-secrets-helper/compare/0.2.1...v0.3.0) (2024-08-30)