From cfa831a37b962706f58421a611112dd8f6269f62 Mon Sep 17 00:00:00 2001 From: Ash Allen Date: Fri, 14 Jun 2024 21:05:22 +0100 Subject: [PATCH] Updated changelog. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b807e9..99cb22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +**v8.0.1 (released 2024-06-14):** + +- Fixed bug that threw an exception when creating a new Short URL and Laravel is set to use `\Carbon\CarbonImmutable` dates. [#285](https://github.com/ash-jc-allen/short-url/pull/285) + **v8.0.0 (released 2024-04-26):** - Switch from `jenssegers/agent` to `whichbrowser/parser` for user agent parsing. [#261](https://github.com/ash-jc-allen/short-url/pull/261), [#256](https://github.com/ash-jc-allen/short-url/pull/256)