From e2f72d395f10adeebd8503b1031578e59567a829 Mon Sep 17 00:00:00 2001 From: Ash Allen Date: Tue, 27 Aug 2024 09:58:07 +0100 Subject: [PATCH] Updated changelog. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7bbcc7..6265ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +**v8.1.1 (released 2024-08-27):** + +- Fixed bug that threw an exception if the OS name could not be determined from the user agent. [#295](https://github.com/ash-jc-allen/short-url/pull/295) + **v8.1.0 (released 2024-07-02):** - Added `allowable_url_schemes` config value to allow for custom URL schemes to be used when creating short URLs. [#287](https://github.com/ash-jc-allen/short-url/pull/287), [#288](https://github.com/ash-jc-allen/short-url/pull/288)