Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jun 13, 2017
1 parent 641bbb3 commit 735849e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.1 (2017-06-13)

* Updated static handlers to add headers automatically for file and URL bodies
* Updated static handlers so URL bodies work with older Ring adapters

## 0.5.0 (2017-05-27)

* **BREAKING CHANGE** Replaced `duct.handler.error` with `duct.handler.static`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Duct.

To install, add the following to your project `:dependencies`:

[duct/module.web "0.5.0"]
[duct/module.web "0.5.1"]

## Usage

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject duct/module.web "0.5.0"
(defproject duct/module.web "0.5.1"
:description "Duct module for running web applications"
:url "https://github.com/duct-framework/module.web"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 735849e

Please sign in to comment.