Skip to content

Commit 7252206

Browse files
committed
Release 1.6.0
1 parent 9451234 commit 7252206

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.6.0 (2017-05-03)
2+
3+
* Update Ring dependency to 1.6.0
4+
* Fixed middleware ordering on `wrap-routes` (see #157)
5+
* Fixed `Renderable` protocol to use `IPersistentMap` (see #167)
6+
17
## 1.6.0-beta3 (2017-01-10)
28

39
* Updated Ring dependency to 1.6.0-beta7 to fix path traversal vulnerability
@@ -40,7 +46,6 @@
4046
* Updated Ring dependency to 1.4.0
4147

4248
## 1.3.4 (2015-05-08)
43-
4449
* Updated Clout dependency to 2.1.2 to fix Clojure 1.7.0-beta2 issue (see clout#24)
4550

4651
## 1.3.3 (2015-01-01)

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.5.2"]
12+
[compojure "1.6.0"]
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.0-beta3"
1+
(defproject compojure "1.6.0"
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)