Skip to content

Commit ab3a85d

Browse files
committed
Bump to 3.10.2-SNAPSHOT
1 parent 54699dd commit ab3a85d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.org

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
* Changelog
1111
List of user-visible changes that have gone into each release
1212

13-
** 3.10.1 (Unreleased)
13+
** 3.10.2 (Unreleased)
14+
** 3.10.1
1415
- JSON parsing is always strict. See [[file:README.org::*Incrementally%20JSON%20Parsing][README#Incrementally JSON Parsing]]. Requires cheshire > 5.9.0.
1516
** 3.10.0
1617
- Add trust-manager and key-managers support to the client

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-http "3.10.1"
1+
(defproject clj-http "3.10.2-SNAPSHOT"
22
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
33
:url "https://github.com/dakrone/clj-http/"
44
:license {:name "The MIT License"

0 commit comments

Comments
 (0)