diff --git a/changelog.org b/changelog.org index d861be76..2a4808d1 100644 --- a/changelog.org +++ b/changelog.org @@ -10,7 +10,8 @@ * Changelog List of user-visible changes that have gone into each release -** 3.10.1 (Unreleased) +** 3.10.2 (Unreleased) +** 3.10.1 - JSON parsing is always strict. See [[file:README.org::*Incrementally%20JSON%20Parsing][README#Incrementally JSON Parsing]]. Requires cheshire > 5.9.0. ** 3.10.0 - Add trust-manager and key-managers support to the client diff --git a/project.clj b/project.clj index 4652f68b..5bc7e8f9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-http "3.10.1" +(defproject clj-http "3.10.2-SNAPSHOT" :description "A Clojure HTTP library wrapping the Apache HttpComponents client." :url "https://github.com/dakrone/clj-http/" :license {:name "The MIT License"