Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.0.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.


## [1.0.2](https://github.com/lgallard/terraform-aws-backup/compare/1.0.1...1.0.2) (2025-08-12)


### Bug Fixes

* resolve remaining terraform validation and pre-commit CI failures ([#217](https://github.com/lgallard/terraform-aws-backup/issues/217)) ([bf4e432](https://github.com/lgallard/terraform-aws-backup/commit/bf4e4322239bb334c25712e6880283e858477e4d))
* resolve terraform validation errors found by pre-commit workflow ([#205](https://github.com/lgallard/terraform-aws-backup/issues/205)) ([efcf067](https://github.com/lgallard/terraform-aws-backup/commit/efcf067a8795875033a496d69452434bef443dfa))

## [1.0.1](https://github.com/lgallard/terraform-aws-backup/compare/1.0.0...1.0.1) (2025-08-11)


Expand Down