Skip to content

Commit

Permalink
Release 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed May 12, 2022
1 parent 1ed80d0 commit 409b14b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.3 (2022-05-12)

* Updated Medley dependency to 1.4.0 (see #206)

## 1.6.2 (2020-08-04)

* Fixed exception when coercion in context fails (see #184)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ applications to be composed of small, independent parts.

Add the following dependency to your `project.clj` file:

[compojure "1.6.2"]
[compojure "1.6.3"]

## Documentation

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.2"
(defproject compojure "1.6.3"
:description "A concise routing library for Ring"
:url "https://github.com/weavejester/compojure"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 409b14b

Please sign in to comment.