Skip to content
Open
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.3.0"
".": "1.4.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.


## [1.4.0](https://github.com/lgallard/terraform-aws-backup/compare/1.3.0...1.4.0) (2025-10-27)


### Features

* add support for aws_backup_global_settings ([#277](https://github.com/lgallard/terraform-aws-backup/issues/277)) ([44e99e3](https://github.com/lgallard/terraform-aws-backup/commit/44e99e3fd1800ab8ca6b147c36323b81c59e6e2c))


### Bug Fixes

* retention_days validation logic for backward compatibility ([#283](https://github.com/lgallard/terraform-aws-backup/issues/283)) ([1ef4913](https://github.com/lgallard/terraform-aws-backup/commit/1ef49133c12f45ba4a6c85603c35d7b27b2e72e8))

## [1.3.0](https://github.com/lgallard/terraform-aws-backup/compare/1.2.0...1.3.0) (2025-09-16)


Expand Down