Skip to content

Commit

Permalink
Bump to 3.10.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Apr 13, 2020
1 parent 54699dd commit ab3a85d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.org
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit ab3a85d

Please sign in to comment.