Skip to content

Commit dabf149

Browse files
committed
Release 3.8.0
1 parent 8ee49c1 commit dabf149

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function.
112112
With Leiningen/Boot:
113113

114114
#+BEGIN_SRC clojure
115-
[clj-http "3.7.0"]
115+
[clj-http "3.8.0"]
116116
#+END_SRC
117117

118118
If you need an older version, a 2.x release is also available.

changelog.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* Changelog
1111
List 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

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.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"

0 commit comments

Comments
 (0)