Skip to content

Commit

Permalink
#10 Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
scrummer committed Jan 24, 2022
1 parent 55532f1 commit ddeb4d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 3.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

### 3.0.1
* FEATURE: `DiscordWebhook\Webhook`'s constructor now accepts a string (and still ofc. an array for [multiple destinations](/docs/01_Basics.md#multiple-destinations))

Expand Down

0 comments on commit ddeb4d2

Please sign in to comment.