diff --git a/CHANGELOG.md b/CHANGELOG.md index 4158150..6a2458c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ChangeLog ========= +5.1.13 (2025-09-09) +------------------ + +* #262 properly compute absolute URL (@skjnldsv) + 5.1.12 (2024-08-27) ------------------ diff --git a/lib/Version.php b/lib/Version.php index 4ac82f6..84c877b 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - public const VERSION = '5.1.12'; + public const VERSION = '5.1.13'; }