diff --git a/CHANGELOG.md b/CHANGELOG.md index e05271c4..d8d3d2ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this In the future, Shlink will allow you to define trusted proxies, to avoid other potential side effects because of this reversing of the list. +* [#2354](https://github.com/shlinkio/shlink/issues/2354) Fix error "NOSCRIPT No matching script. Please use EVAL" thrown when creating a lock in redis. + ## [4.4.2] - 2025-01-29 ### Added * *Nothing* diff --git a/composer.json b/composer.json index c66a5f73..8d4848e4 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "spiral/roadrunner-jobs": "^4.6", "symfony/console": "^7.2", "symfony/filesystem": "^7.2", - "symfony/lock": "^7.2", + "symfony/lock": "7.2.0", "symfony/process": "^7.2", "symfony/string": "^7.2" },