From 4a6525d5d89e6ab90f90c590290e0d9b6b59a2b5 Mon Sep 17 00:00:00 2001 From: Craig Date: Thu, 24 Aug 2023 22:29:38 -0600 Subject: [PATCH] Fixes incorrect CHANGELOG links --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3174c55..9ebfef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ ## [3.1.0] - 2023-08-24 ### Added -- Adds support for passing in Guzzle options to the Laravel HTTP client [`f7fa0aa150`](https://github.com/laravel-postmark/commit/f7fa0aa150) +- Adds support for passing in Guzzle options to the Laravel HTTP client [`f7fa0aa150`](https://github.com/craigpaul/laravel-postmark/commit/f7fa0aa150) ## [3.0.5] - 2023-07-24 ### Fixed -- Adds fallback for message_stream_id configuration [`0f208109a9`](https://github.com/laravel-postmark/commit/0f208109a9) +- Adds fallback for message_stream_id configuration [`0f208109a9`](https://github.com/craigpaul/laravel-postmark/commit/0f208109a9) - Applies code styling fixes [`ea7c4548ae`](https://github.com/craigpaul/laravel-postmark/commit/ea7c4548ae) ## [3.0.4] - 2023-07-21