Skip to content

Commit 008c45a

Browse files
committed
Release 0.9.2
1 parent 88e7551 commit 008c45a

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-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.9.1"]
19+
[clj-http "0.9.2"]
2020
```
2121

2222
Previous versions available as
2323

2424
```clojure
25+
[clj-http "0.9.1"]
2526
[clj-http "0.9.0"]
2627
[clj-http "0.7.9"]
27-
[clj-http "0.7.7"]
2828
```
2929

3030
## Usage

changelog.org

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99

1010
* Changelog
1111
List of user-visible changes that have gone into each release
12+
** 0.9.2
13+
- merged https://github.com/dakrone/clj-http/pull/206 to handle null passwords
14+
for keystores
15+
- merged https://github.com/dakrone/clj-http/pull/201 to make :auto content type
16+
parsing dispatch pluggable
17+
- Bump crouton and tools.reader dependencies
18+
- Merged https://github.com/dakrone/clj-http/pull/199 to add support for form
19+
parameters in the PATCH method
20+
- Bump dependencies and fix tests for 1.6.0 compatibility
1221
** 0.9.1
1322
- automatically coerce header values to strings
1423
- fix issue where :ignore-unknown-host wasn't using the =opt= function correctly
@@ -45,6 +54,10 @@ List of user-visible changes that have gone into each release
4554
and clean up whitespace for new clojure-mode
4655
- Merged https://github.com/dakrone/clj-http/pull/171 to support SOCKS proxies
4756
* Work log
57+
** Released 0.9.2
58+
** 2014-05-27
59+
- merged https://github.com/dakrone/clj-http/pull/206 to handle null passwords
60+
for keystores
4861
** 2014-05-14
4962
- merged https://github.com/dakrone/clj-http/pull/201 to make :auto content type
5063
parsing dispatch pluggable

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