Skip to content

Commit bdf6c8c

Browse files
committed
Release 1.6.2
1 parent dbef0cc commit bdf6c8c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.6.2 (2020-08-04)
2+
3+
* Fixed exception when coercion in context fails (see #184)
4+
* Updated Ring dependency to 1.8.1
5+
* Updated Ring-Codec dependency to 1.1.2
6+
* Updated Medley dependency to 1.3.0
7+
18
## 1.6.1 (2018-04-15)
29

310
* Updated Ring dependency to 1.6.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ applications to be composed of small, independent parts.
99

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

12-
[compojure "1.6.1"]
12+
[compojure "1.6.2"]
1313

1414
## Documentation
1515

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject compojure "1.6.1"
1+
(defproject compojure "1.6.2"
22
:description "A concise routing library for Ring"
33
:url "https://github.com/weavejester/compojure"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)