Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down