We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54699dd commit ab3a85dCopy full SHA for ab3a85d
changelog.org
@@ -10,7 +10,8 @@
10
* Changelog
11
List of user-visible changes that have gone into each release
12
13
-** 3.10.1 (Unreleased)
+** 3.10.2 (Unreleased)
14
+** 3.10.1
15
- JSON parsing is always strict. See [[file:README.org::*Incrementally%20JSON%20Parsing][README#Incrementally JSON Parsing]]. Requires cheshire > 5.9.0.
16
** 3.10.0
17
- Add trust-manager and key-managers support to the client
project.clj
@@ -1,4 +1,4 @@
1
-(defproject clj-http "3.10.1"
+(defproject clj-http "3.10.2-SNAPSHOT"
2
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
3
:url "https://github.com/dakrone/clj-http/"
4
:license {:name "The MIT License"
0 commit comments