From 56f30e1d32f160fed2208f2916523bfebc080383 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:32:15 -0300 Subject: [PATCH] chore(main): release 1.30.0 (#57) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f123f50..b527a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.30.0](https://github.com/TradrAPI/terraform-modules/compare/v1.29.1...v1.30.0) (2024-06-03) + + +### Features + +* Add secrets replication on the secrets module ([#56](https://github.com/TradrAPI/terraform-modules/issues/56)) ([5ead9b4](https://github.com/TradrAPI/terraform-modules/commit/5ead9b4ff8d9ac7364d6bfba53aa3f01e38c5b7a)) + ## [1.29.1](https://github.com/TradrAPI/terraform-modules/compare/v1.29.0...v1.29.1) (2024-05-29)