diff --git a/CHANGELOG.md b/CHANGELOG.md index a33c40667..9a13fa26c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ upcoming release can be found in [changelog.d](changelog.d). +## [3.19.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.19.0) - 2024-04-15 + + +### Added + +- Add `notification-rules` commands for manipulating Bucket notification rules as part of Event Notifications feature Private Preview. + See https://www.backblaze.com/blog/announcing-event-notifications/ for details. + + ## [3.18.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.18.0) - 2024-04-02 diff --git a/changelog.d/+notification_rules.added.md b/changelog.d/+notification_rules.added.md deleted file mode 100644 index 77c95a6a2..000000000 --- a/changelog.d/+notification_rules.added.md +++ /dev/null @@ -1,2 +0,0 @@ -Add `notification-rules` commands for manipulating Bucket notification rules as part of Event Notifications feature Private Preview. -See https://www.backblaze.com/blog/announcing-event-notifications/ for details.