From d6ec4c2c9620aee536906194555bc7c6b618676a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mart=C3=ADn?= Date: Mon, 14 Apr 2025 15:22:50 +0200 Subject: [PATCH] feat(sdk): add changelog file (#7499) --- .github/pull_request_template.md | 1 + prowler/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 prowler/CHANGELOG.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9a417cc5d0..f98e90fd03 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,6 +16,7 @@ Please include a summary of the change and which issue is fixed. List any depend - [ ] Review if code is being documented following this specification https://github.com/google/styleguide/blob/gh-pages/pyguide.md#38-comments-and-docstrings - [ ] Review if backport is needed. - [ ] Review if is needed to change the [Readme.md](https://github.com/prowler-cloud/prowler/blob/master/README.md) +- [ ] Ensure new entries are added to [CHANGELOG.md](https://github.com/prowler-cloud/prowler/blob/master/prowler/CHANGELOG.md), if applicable. #### API - [ ] Verify if API specs need to be regenerated. diff --git a/prowler/CHANGELOG.md b/prowler/CHANGELOG.md new file mode 100644 index 0000000000..3b3c514634 --- /dev/null +++ b/prowler/CHANGELOG.md @@ -0,0 +1,13 @@ +# Prowler SDK Changelog + +All notable changes to the **Prowler SDK** are documented in this file. + +--- + +## [v5.5.0] + +### Added + +### Fixed + +---