Skip to content

Commit

Permalink
Release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Dec 13, 2011
1 parent 984ffbc commit b0eb6f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -150,15 +150,15 @@ such), check out the
[Clojars](http://clojars.org/clj-http):

```clojure
[clj-http "0.2.5"]
[clj-http "0.2.6"]
```

Previous versions available as

```clojure
[clj-http "0.2.5"]
[clj-http "0.2.4"]
[clj-http "0.2.3"]
[clj-http "0.2.2"]
```

## Design
Expand Down
9 changes: 9 additions & 0 deletions changelog.org
@@ -1,5 +1,13 @@
* Changelog
List of changes that have gone into each release
** 0.2.6
- don't use :server-port unless required (fixes problem with some
web servers)
- smaller error message on exceptions (thrown object is still the same)
- added the :save-request? option to return the request object in
a :request key in the response map
- multiple headers with the same name are now preserved when they
have differing cases
** 0.2.5
- multipart form uploads
- bump slingshot to 0.9.0
Expand Down Expand Up @@ -41,6 +49,7 @@
* Work log
Log of merges/issues/work that's gone in so I know what to put in
the changelog for the next release
** Release 0.2.6
** 2011-12-13
- merged https://github.com/dakrone/clj-http/pull/27 to only
use :server-port for non-standard ports. This was causing
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject clj-http "0.2.6-SNAPSHOT"
(defproject clj-http "0.2.6"
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
:repositories {"sona" "http://oss.sonatype.org/content/repositories/snapshots"}
:dependencies [[org.clojure/clojure "1.3.0"]
Expand Down

0 comments on commit b0eb6f5

Please sign in to comment.