Skip to content

Commit 907dd9d

Browse files
committed
Release 0.6.2
1 parent 4d92f51 commit 907dd9d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-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.6.1"]
19+
[clj-http "0.6.2"]
2020
```
2121

2222
Previous versions available as
2323

2424
```clojure
25+
[clj-http "0.6.1"]
2526
[clj-http "0.6.0"]
2627
[clj-http "0.5.8"]
27-
[clj-http "0.5.7"]
2828
```
2929

3030
## Usage

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 user-visible changes that have gone into each release
3+
** 0.6.2
4+
- merged https://github.com/dakrone/clj-http/pull/106 to remove
5+
query params for redirection.
6+
- whitespace fixes; fix test that wasn't working correctly
37
** 0.6.1
48
- bump httpcore to 4.2.3
59
- Fix an issue (#105) related to the "Content-Length" header being
@@ -221,6 +225,7 @@
221225
* Work log
222226
Log of merges/issues/work that's gone in so I know what to put in
223227
the changelog for the next release
228+
** Released 0.6.2
224229
** 2012-12-12
225230
- merged https://github.com/dakrone/clj-http/pull/106 to remove
226231
query params for redirection.

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