We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a179bae commit b4fd659Copy full SHA for b4fd659
2 files changed
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 1.6.0-beta3 (2017-01-10)
2
+
3
+* Updated Ring dependency to 1.6.0-beta7 to fix path traversal vulnerability
4
5
## 1.6.0-beta2 (2016-12-03)
6
7
* Fixed bug when route called asynchronously with non-matching method
project.clj
@@ -1,4 +1,4 @@
-(defproject compojure "1.6.0-beta2"
+(defproject compojure "1.6.0-beta3"
:description "A concise routing library for Ring"
:url "https://github.com/weavejester/compojure"
:license {:name "Eclipse Public License"
0 commit comments