From 465fb4c3a540e117316231220d16057bb7e8b0b1 Mon Sep 17 00:00:00 2001 From: safa Date: Tue, 7 Nov 2023 13:18:40 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 5 +++++ changelog/new_add_solidus_tax_category_deprecated.md | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 changelog/new_add_solidus_tax_category_deprecated.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb916c..ece96da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## main (unreleased) +### New features + +* [#25](https://github.com/solidusio/rubocop-solidus/issues/25): Add solidus/tax_category_deprecated warning cop. ([@safafa][]) + ## 0.2.0 (2023-11-02) ### New features @@ -36,3 +40,4 @@ - Initial release [@MassimilianoLattanzio]: https://github.com/MassimilianoLattanzio +[@safafa]: https://github.com/safafa diff --git a/changelog/new_add_solidus_tax_category_deprecated.md b/changelog/new_add_solidus_tax_category_deprecated.md deleted file mode 100644 index 361082a..0000000 --- a/changelog/new_add_solidus_tax_category_deprecated.md +++ /dev/null @@ -1 +0,0 @@ -* [#x](https://github.com/solidusio/rubocop-solidus/pull/x): Add solidus/tax_category_deprecated warning cop. ([@safafa][])