diff --git a/CHANGELOG.md b/CHANGELOG.md index a82273b..4dbae4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +### [1.1.1](https://github.com/terraform-aws-modules/terraform-aws-secrets-manager/compare/v1.1.0...v1.1.1) (2023-08-10) + + +### Bug Fixes + +* Updated variable types from any to map(any) ([#3](https://github.com/terraform-aws-modules/terraform-aws-secrets-manager/issues/3)) ([90ea91f](https://github.com/terraform-aws-modules/terraform-aws-secrets-manager/commit/90ea91fa2f23bce2777a47c98f4bdb8aa4c65b65)) + ## [1.1.0](https://github.com/terraform-aws-modules/terraform-aws-secrets-manager/compare/v1.0.0...v1.1.0) (2023-07-15)