From 349080ba6257f82b04697921afcfce428c206913 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Thu, 26 Oct 2023 16:48:28 -0400 Subject: [PATCH] chore: Version 4.1.14 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 243f9d78..a02715fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Retour Changelog -## 4.1.14 - UNRELEASED +## 4.1.14 - 2023.10.26 ### Fixed * Fixes issue where only first line of uploaded CSV is saved in cache in load balanced environment ([#286](https://github.com/nystudio107/craft-retour/pull/286)) * Strip off a leading `/` before making a site URL from a path, because otherwise `Craft.getUrl()` considers it an absolute URL and returns it ([#281](https://github.com/nystudio107/craft-retour/issues/281))