From 012b4332f58ccaaa485d0af2040e599056d696f9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Jan 2026 02:19:47 +0000 Subject: [PATCH] chore(release): version 4.4.0 [skip ci] ## [4.4.0](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/compare/v4.3.0...v4.4.0) (2026-01-15) ### Features * Support `endpoint_network_type` and `target_connection_network_type` for `aws_db_proxy` ([#44](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/issues/44)) ([5ca95b7](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/commit/5ca95b74ed8b25b9dc259a12dfb36f58e1186e0d)) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 506dc3d..8ed43c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [4.4.0](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/compare/v4.3.0...v4.4.0) (2026-01-15) + +### Features + +* Support `endpoint_network_type` and `target_connection_network_type` for `aws_db_proxy` ([#44](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/issues/44)) ([5ca95b7](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/commit/5ca95b74ed8b25b9dc259a12dfb36f58e1186e0d)) + ## [4.3.0](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/compare/v4.2.1...v4.3.0) (2026-01-08) ### Features