From dce0b814a68f41f2d50776cc3c0066cfa781add0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 22:24:45 +0000 Subject: [PATCH] chore: release 0.39.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ea07c9..1b5dc40 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.38.0" + ".": "0.39.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 865ef72..5b153cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. +## [0.39.0](https://github.com/lgallard/terraform-aws-backup/compare/0.38.0...0.39.0) (2025-08-09) + + +### Features + +* add pre-commit workflow for automated code quality ([#203](https://github.com/lgallard/terraform-aws-backup/issues/203)) ([102c1c6](https://github.com/lgallard/terraform-aws-backup/commit/102c1c6ba6130cf6b70d887deab975c06d891434)) + ## [0.38.0](https://github.com/lgallard/terraform-aws-backup/compare/0.37.0...0.38.0) (2025-08-09)