From d5d7e4dbd07a2df384a2f417b4899ebf0e959032 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Jun 2024 09:57:56 +0000 Subject: [PATCH] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..67ada98 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [v0.2.6](https://github.com/route06/aws-cost-cli/commits/v0.2.6) - 2024-06-14 +- Specify 'ROUTE06, Inc.' as an author of this forked version by @Rindrics in https://github.com/route06/aws-cost-cli/pull/10 +- Abolish PR template which does not fit our operation by @Rindrics in https://github.com/route06/aws-cost-cli/pull/11 +- Enable testing by 'jest' on CI by @Rindrics in https://github.com/route06/aws-cost-cli/pull/12 +- Introduce 'tagpr' to automate bumping semantic version by @Rindrics in https://github.com/route06/aws-cost-cli/pull/13 +- Introduce linter and formatter to the project by @Rindrics in https://github.com/route06/aws-cost-cli/pull/15 +- Enable use case with RBAC to improve security by @Rindrics in https://github.com/route06/aws-cost-cli/pull/16 +- Add function to get cost info of specific account under an organization by @Rindrics in https://github.com/route06/aws-cost-cli/pull/20 +- Correct cost aggregation logic to resolve diff in monthly cost by @Rindrics in https://github.com/route06/aws-cost-cli/pull/21 +- Allow users to choose aggregation unit for `Breakdown by service` by @Rindrics in https://github.com/route06/aws-cost-cli/pull/22