From dabd1c3fae31d117812206d61f2f4306442c9050 Mon Sep 17 00:00:00 2001 From: "masterpointbot[bot]" <177651640+masterpointbot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:13:24 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4c8bab..a3da4f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.5.0](https://github.com/masterpointio/terraform-aws-ssm-agent/compare/v1.4.0...v1.5.0) (2025-07-01) + + +### Features + +* fix deprecation warning ([#47](https://github.com/masterpointio/terraform-aws-ssm-agent/issues/47)) ([dbd82ca](https://github.com/masterpointio/terraform-aws-ssm-agent/commit/dbd82ca66426b6d8ec44c39b442a32a464ed5844)) + + +### Bug Fixes + +* auto-detect the root device name from the AMI ([#43](https://github.com/masterpointio/terraform-aws-ssm-agent/issues/43)) ([f8a5316](https://github.com/masterpointio/terraform-aws-ssm-agent/commit/f8a531670ce97f7a98f64a03de4663ace189a7c9)) + ## [1.4.0](https://github.com/masterpointio/terraform-aws-ssm-agent/compare/v1.3.0...v1.4.0) (2025-05-15)