diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0b45278 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## [2.0.0](https://github.com/monken/cfn-include/compare/v1.4.1...v2.0.0) (2024-08-24) + + +### ⚠ BREAKING CHANGES + +* capital one features and more Fn::* + +### Features + +* capital one features and more Fn::* ([3265793](https://github.com/monken/cfn-include/commit/32657939f9ac772e132ba73df7e8fa04b2e33000)) +* cli added --context to allow stdin to work with includes ([ee33ba9](https://github.com/monken/cfn-include/commit/ee33ba95bee24ce04b262001f05951947621b27d)) +* cli added --context to allow stdin to work with includes ([7f6986f](https://github.com/monken/cfn-include/commit/7f6986fb34dad85c700ecccd70ec2f49895b2523)) + + +### Bug Fixes + +* cve globby issue resolved via glob ([7e27d12](https://github.com/monken/cfn-include/commit/7e27d1272996ead317ab6448e672f4787a3d882b)) +* make eval opt in for Fn::Eval, Fn::IfEval off by default ([5ec4c02](https://github.com/monken/cfn-include/commit/5ec4c022787cdf9c7515681e43094f9b7ad7e754)) +* moved cft-utils out to @znemz/cft-utils to seperate concerns ([80f1c7b](https://github.com/monken/cfn-include/commit/80f1c7b809044a2c297058b9c1fbd902bc32991f)) diff --git a/package.json b/package.json index 26c7a6f..97757e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cfn-include", - "version": "1.4.1", + "version": "2.0.0", "description": "Preprocessor for CloudFormation templates with support for loops and flexible include statements", "keywords": [ "aws",