Skip to content

Commit

Permalink
Release 0.4.2.
Browse files Browse the repository at this point in the history
Added support for client certificates.
  • Loading branch information
neotyk committed Feb 20, 2012
1 parent 711f5ad commit 0337e36
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -11,7 +11,7 @@ Declare dependency:
(defproject your-project "1.0.0-SNAPSHOT"
:description "Your project description"
:dependencies [[org.clojure/clojure "1.3.0"]
[http.async.client "0.4.1"]])
[http.async.client "0.4.2"]])
```

Require:
Expand Down
3 changes: 3 additions & 0 deletions changelog.org
Expand Up @@ -3,6 +3,9 @@
#+EMAIL: hubert@happyhacking.nl
#+SETUPFILE: setup.org

* Release 0.4.2
** Issue [[https://github.com/neotyk/http.async.client/pull/29][#29]] by [[https://github.com/diamondap][A. Diamond]]
Added support for client certificates.
* Release 0.4.1
** Upgrade AHC to 1.7.0
** Issues [[https://github.com/neotyk/http.async.client/issues/26][#26]], [[https://github.com/neotyk/http.async.client/issues/27][#27]], [[https://github.com/neotyk/http.async.client/issues/28][#28]]
Expand Down
2 changes: 1 addition & 1 deletion docs.org
Expand Up @@ -11,7 +11,7 @@
(defproject your-project "1.0.0-SNAPSHOT"
:description "Your project description"
:dependencies [[org.clojure/clojure "1.3.0"]
[http.async.client "0.4.1"]])
[http.async.client "0.4.2"]])
#+END_SRC
Make sure that your project depends on at least 1.3.0 Clojure as
*http.async.client* will not run in earlier versions.
Expand Down
2 changes: 1 addition & 1 deletion index.org
Expand Up @@ -12,7 +12,7 @@
(defproject your-project "1.0.0-SNAPSHOT"
:description "Your project description"
:dependencies [[org.clojure/clojure "1.3.0"]
[http.async.client "0.4.1"]])
[http.async.client "0.4.2"]])
#+END_SRC

Require:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject http.async.client "0.4.2-SNAPSHOT"
(defproject http.async.client "0.4.2"
:name "http.async.client"
:description "Asynchronous HTTP Client for Clojure"
:url "http://neotyk.github.com/http.async.client/"
Expand Down

0 comments on commit 0337e36

Please sign in to comment.