File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ function.
112112With Leiningen/Boot:
113113
114114#+BEGIN_SRC clojure
115- [clj-http "3.7 .0"]
115+ [clj-http "3.8 .0"]
116116#+END_SRC
117117
118118If you need an older version, a 2.x release is also available.
Original file line number Diff line number Diff line change 1010* Changelog
1111List of user-visible changes that have gone into each release
1212
13+ ** 3.x
14+
1315** 3.8.0
1416- Reintroduce the =:save-request= and =:debug-body= options
1517- Merged https://github.com/dakrone/clj-http/pull/426 to allow an empty SSLGenericSocketFactory
Original file line number Diff line number Diff line change 1- (defproject clj-http " 3.8.0-SNAPSHOT "
1+ (defproject clj-http " 3.8.0"
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"
You can’t perform that action at this time.
0 commit comments