Skip to content

Commit

Permalink
0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Jul 12, 2015
1 parent 3b0081a commit 5f9ed41
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
[metosin/ring-swagger "0.21.0-SNAPSHOT"] is available but we use "0.20.4"
```

## 0.22.1 (12.7.2015)

* fixes [137](https://github.com/metosin/compojure-api/issues/137) & [134](https://github.com/metosin/compojure-api/issues/134), thanks to @thomaswhitcomb!
* updated deps:

```clojure
[metosin/ring-http-response "0.6.3"] is available but we use "0.6.2"
[midje "1.7.0"] is available but we use "1.7.0-SNAPSHOT"
```

## 0.22.0 (30.6.2015)

* Optional integration with [Component](https://github.com/stuartsierra/component).
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/compojure-api "0.22.0"
(defproject metosin/compojure-api "0.22.1"
:description "Compojure Api"
:url "https://github.com/metosin/compojure-api"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 5f9ed41

Please sign in to comment.