Skip to content

Commit cd9536e

Browse files
committed
Release 1.7.0
1 parent e79672f commit cd9536e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.7.0 (2022-05-21)
2+
3+
* Added `:compojure/route-context` key to requests (see #212)
4+
* Updated Ring dependency to 1.9.3
5+
* Updated Ring-Codec dependency to 1.2.0
6+
17
## 1.6.3 (2022-05-12)
28

39
* Updated Medley dependency to 1.4.0 (see #206)

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.3"]
12+
[compojure "1.7.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.3"
1+
(defproject compojure "1.7.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)