diff --git a/CHANGELOG.md b/CHANGELOG.md index b4407117..26fcfc5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ +## [1.0.0-beta.1](https://github.com/awslabs/aws-ddk/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2023-04-17) + + +### Features + +* `getEnvironment()` ([#307](https://github.com/awslabs/aws-ddk/issues/307)) ([98bd743](https://github.com/awslabs/aws-ddk/commit/98bd74330d960bdc98ed03fdb72747a19aaa0818)) +* Add support for `RemovalPolicy` in config ([#306](https://github.com/awslabs/aws-ddk/issues/306)) ([8799d19](https://github.com/awslabs/aws-ddk/commit/8799d19452704f16e9966fd1cab611e4f7a3357d)) +* Add type interface for configuration ([#308](https://github.com/awslabs/aws-ddk/issues/308)) ([c5e6375](https://github.com/awslabs/aws-ddk/commit/c5e6375656068a8124a188d03b1b426a87c7e484)) + + +### Bug Fixes + +* Beta Testing Fixes ([#296](https://github.com/awslabs/aws-ddk/issues/296)) ([e1db71c](https://github.com/awslabs/aws-ddk/commit/e1db71c3bf9c7d3dfe503153f0a101cc8f44777e)) + ## 1.0.0-beta.0 (2023-03-31)