Skip to content

Commit 61afec7

Browse files
committed
release 0.2.3
1 parent 1dc25f1 commit 61afec7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.org

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
* Changelog
22
List of changes that have gone into each release
3+
** 0.2.3
4+
- added :insecure? flag
5+
- fix AOT by requiring clojure.pprint
6+
- wrap-redirects now handles recursive redirects
37
** 0.2.2
48
- wrap-exceptions now uses Slingshot to throw a much more useful
59
exception when there was a problem with the request
@@ -27,6 +31,7 @@
2731
* Work log
2832
Log of merges/issues/work that's gone in so I know what to put in
2933
the changelog for the next release
34+
** Release 0.2.3
3035
** 2011-10-31
3136
- changed wrap-redirects to recursively handle redirects instead of
3237
only redirecting one-level down

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-http "0.2.3-SNAPSHOT"
1+
(defproject clj-http "0.2.3"
22
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
33
:dependencies [[org.clojure/clojure "1.3.0"]
44
[org.apache.httpcomponents/httpclient "4.1.2"]

0 commit comments

Comments
 (0)