From df0a44e9f941696d42e72177f5d7b14c869537c4 Mon Sep 17 00:00:00 2001 From: Ramon Date: Mon, 11 Mar 2024 12:05:35 +0100 Subject: [PATCH 1/2] update changelog with missing releases and add PR template --- .github/pull_request_template.md | 7 +++++++ CHANGELOG.md | 16 ++++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..7f7c791c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +# Description + + + +## Checklist + +- [ ] I have updated the CHANGELOG.md file accordingly diff --git a/CHANGELOG.md b/CHANGELOG.md index 53477741..c43a58d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,27 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.15.6] +### Changes +- Fix logo in pypi @ignaciobolonio (#274) +- Update .readthedocs.yaml @jsoucheiron (#275) +- Bump actions/setup-python from 4 to 5 (#270) +- Bump cryptography from 42.0.3 to 42.0.4 (#272) + +## [1.15.5] +### Changes +- Migrate to pyproject.toml @jsoucheiron (#269) +- Add dependabot config @w0rmr1d3r (#257) + ## [1.15.4] -## Fixes +### Fixes - Fix `KMSKeyWildcardPrincipalRule` to work without a KMS policy - Fix release drafter template to show PR titles ### Updates - Bumped minimum `pycfmodel` version to `0.22.0` ## [1.15.3] -## Changes +### Changes - Update invalid_role_inline_policy_fn_if.json - Improve logging for the exception when applying rule filters - Add release drafter From 36fed40359f16fd78b5120b50ec0b67f728fc72e Mon Sep 17 00:00:00 2001 From: Ramon Date: Mon, 11 Mar 2024 12:07:41 +0100 Subject: [PATCH 2/2] update changelog for next release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c43a58d4..6724f3e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.15.7] +### Other updates +- Add PR template @w0rmr1d3r (#279) + ## [1.15.6] ### Changes - Fix logo in pypi @ignaciobolonio (#274)