Skip to content

Commit e9294bb

Browse files
committed
Release 0.5.6
1 parent 7d044bb commit e9294bb

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ pull request or open an issue if you have any problems
1616
[Clojars](http://clojars.org/clj-http):
1717

1818
```clojure
19-
[clj-http "0.5.5"]
19+
[clj-http "0.5.6"]
2020
```
2121

2222
Previous versions available as
2323

2424
```clojure
25+
[clj-http "0.5.5"]
2526
[clj-http "0.5.4"]
2627
[clj-http "0.5.3"]
27-
[clj-http "0.5.2"]
2828
```
2929

3030
## Usage

changelog.org

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
* Changelog
22
List of user-visible changes that have gone into each release
3+
** 0.5.6
4+
- bump Crouton to 0.1.1 for faster speeds
5+
- add feature to decode body headers, merging them into response
6+
headers if they are present
7+
- merged https://github.com/dakrone/clj-http/pull/98 to add
8+
optional :default-per-route to with-connection-pool
39
** 0.5.5
410
- bump cheshire to fix json encoding bug
511
** 0.5.4
@@ -199,6 +205,7 @@
199205
* Work log
200206
Log of merges/issues/work that's gone in so I know what to put in
201207
the changelog for the next release
208+
** Released 0.5.6
202209
** 2012-10-15
203210
- bump Crouton to 0.1.1 for faster speeds
204211
** 2012-10-09

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.5.6-SNAPSHOT"
1+
(defproject clj-http "0.5.6"
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)