From 416ba61964987c7c302b18cd623c8846d2ac18b5 Mon Sep 17 00:00:00 2001 From: Arne Brasseur Date: Mon, 27 Mar 2023 15:45:28 -0400 Subject: [PATCH] # 1.14.120 (2023-03-27 / a1da1b7) ## Fixed - Treat a backslash in the authority section as a delimiter which starts the path section (CVE-2023-28628, with thanks to @luigigubello for the report) --- .VERSION_PREFIX | 2 +- CHANGELOG.md | 4 ++-- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.VERSION_PREFIX b/.VERSION_PREFIX index 9f76d37..ba885f1 100644 --- a/.VERSION_PREFIX +++ b/.VERSION_PREFIX @@ -1 +1 @@ -1.13 \ No newline at end of file +1.14 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f3df1ce..cf33e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 1.14.120 (2023-03-27 / a1da1b7) ## Fixed @@ -107,4 +107,4 @@ not take into account utf-16 encoding. ## Added -- Initial release, public vars: `uri`, `join`, `coerce`, `parse`, `edn-readers` +- Initial release, public vars: `uri`, `join`, `coerce`, `parse`, `edn-readers` \ No newline at end of file diff --git a/README.md b/README.md index 9ef1801..439d141 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ To install, add the following dependency to your project or build file: deps.edn: ``` clojure -lambdaisland/uri {:mvn/version "1.13.95"} +lambdaisland/uri {:mvn/version "1.14.120"} ``` project.clj ``` clojure -[lambdaisland/uri "1.13.95"] +[lambdaisland/uri "1.14.120"] ``` ## Usage