Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed May 20, 2022
1 parent e79672f commit cd9536e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 1.7.0 (2022-05-21)

* Added `:compojure/route-context` key to requests (see #212)
* Updated Ring dependency to 1.9.3
* Updated Ring-Codec dependency to 1.2.0

## 1.6.3 (2022-05-12)

* Updated Medley dependency to 1.4.0 (see #206)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ applications to be composed of small, independent parts.

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

[compojure "1.6.3"]
[compojure "1.7.0"]

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject compojure "1.6.3"
(defproject compojure "1.7.0"
:description "A concise routing library for Ring"
:url "https://github.com/weavejester/compojure"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit cd9536e

Please sign in to comment.