Skip to content

Commit 0a770d3

Browse files
committed
Merge branch '1.5'
2 parents d5fadbf + 1a0fb45 commit 0a770d3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
* Updated Ring dependency to 1.6.0-beta4
99
* Added support for asynchronous handlers
1010

11+
## 1.5.2 (2017-01-10)
12+
13+
* Updated Ring dependency to 1.5.1 to fix path traversal vulnerability
14+
1115
## 1.5.1 (2016-06-19)
1216

1317
* Fixed coercions for functions that return false (see #150)

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.1"]
12+
[compojure "1.5.2"]
1313

1414
## Documentation
1515

0 commit comments

Comments
 (0)