Skip to content

Commit 5f9ed41

Browse files
committed
0.22.1
1 parent 3b0081a commit 5f9ed41

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
[metosin/ring-swagger "0.21.0-SNAPSHOT"] is available but we use "0.20.4"
1111
```
1212

13+
## 0.22.1 (12.7.2015)
14+
15+
* fixes [137](https://github.com/metosin/compojure-api/issues/137) & [134](https://github.com/metosin/compojure-api/issues/134), thanks to @thomaswhitcomb!
16+
* updated deps:
17+
18+
```clojure
19+
[metosin/ring-http-response "0.6.3"] is available but we use "0.6.2"
20+
[midje "1.7.0"] is available but we use "1.7.0-SNAPSHOT"
21+
```
22+
1323
## 0.22.0 (30.6.2015)
1424

1525
* Optional integration with [Component](https://github.com/stuartsierra/component).

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject metosin/compojure-api "0.22.0"
1+
(defproject metosin/compojure-api "0.22.1"
22
:description "Compojure Api"
33
:url "https://github.com/metosin/compojure-api"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)