Skip to content

Commit

Permalink
Release 1.6.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Dec 3, 2016
1 parent 97f131c commit d5fadbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.6.0-beta2 (2016-12-03)

* Fixed bug when route called asynchronously with non-matching method
* Added asynchronous support to compojure.route/not-found

## 1.6.0-beta1 (2016-07-22)

* Updated Ring dependency to 1.6.0-beta4
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 compojure "1.6.0-beta1"
(defproject compojure "1.6.0-beta2"
:description "A concise routing library for Ring"
:url "https://github.com/weavejester/compojure"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit d5fadbf

Please sign in to comment.