From 75dbd2a6011938284d88af8a4f4ea739b571e010 Mon Sep 17 00:00:00 2001 From: scrummer Date: Mon, 24 Jan 2022 16:09:37 +0100 Subject: [PATCH] #10 Add Changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dad2b53..0ecee3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### 2.1.0 +* FEATURE: `DiscordWebhook\SimpleWebhook` + * Create simple text-based webhooks without much boilerplate code + * Configure URL: + * Set the `DWH_DEFAULT_URL` environment variable + * or pass the URL directly as parameter of the `SimpleWebhook::sendMessage()` method + ### 2.0.2 * FEATURE: `DiscordWebhook\Webhook`'s constructor now accepts a string (and still ofc. an array for [multiple destinations](/docs/01_Basics.md#multiple-destinations))