From 831fc1e95e726ed28f31bf605184204f9bd6a9df Mon Sep 17 00:00:00 2001 From: Ash Allen Date: Fri, 11 Feb 2022 11:02:41 +0000 Subject: [PATCH] Updated CHANGELOG. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80411c1..bf3e885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +**v5.0.1 (released 2022-02-11):** +- Used `Carbon::now()` instead of the `now()` helper to provide support for Lumen. [#77](https://github.com/ash-jc-allen/laravel-exchange-rates/pull/77) + **v5.0.0 (released 2022-01-26):** - Added PHPStan workflow for GitHub Actions. [#72](https://github.com/ash-jc-allen/laravel-exchange-rates/pull/72) - Migrated tests workflow from Travis CI to GitHub Actions. [#69](https://github.com/ash-jc-allen/laravel-exchange-rates/pull/69)