We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1cab5 commit c1cbafbCopy full SHA for c1cbafb
CHANGELOG.md
@@ -10,6 +10,10 @@
10
[metosin/ring-swagger "0.21.0-SNAPSHOT"] is available but we use "0.20.4"
11
```
12
13
+## 0.22.2 (12.8.2015)
14
+
15
+* fixes [150](https://github.com/metosin/compojure-api/issues/150)
16
17
## 0.22.1 (12.7.2015)
18
19
* fixes [137](https://github.com/metosin/compojure-api/issues/137) & [134](https://github.com/metosin/compojure-api/issues/134), thanks to @thomaswhitcomb!
project.clj
@@ -1,4 +1,4 @@
1
-(defproject metosin/compojure-api "0.22.1"
+(defproject metosin/compojure-api "0.22.2"
2
:description "Compojure Api"
3
:url "https://github.com/metosin/compojure-api"
4
:license {:name "Eclipse Public License"
0 commit comments