From 9a9dc4bd90973f8907b68fe5d14c673ed11c1b47 Mon Sep 17 00:00:00 2001 From: Arne Brasseur Date: Fri, 28 Jan 2022 17:21:13 -0500 Subject: [PATCH] # 1.13.95 (2022-01-28 / a9cbeff) ## Fixed - Fix a stack overflow in `normalize/char-seq` for really large query parameter values --- .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 809bdcb..9f76d37 100644 --- a/.VERSION_PREFIX +++ b/.VERSION_PREFIX @@ -1 +1 @@ -1.12 +1.13 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c4dd24..ee2bb1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 1.13.95 (2022-01-28 / a9cbeff) ## Fixed @@ -100,4 +100,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 9fadf3a..0e7ea3e 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,13 @@ To install, add the following dependency to your project or build file: deps.edn: ``` clojure -lambdaisland/uri {:mvn/version "1.12.89"} +lambdaisland/uri {:mvn/version "1.12.95"} ``` project.clj ``` clojure -[lambdaisland/uri "1.12.89"] +[lambdaisland/uri "1.12.95"] ``` ## Usage