Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Dec 8, 2014
1 parent bfdacf9 commit 7069baf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.16.6 (8.12.2014)

- fix #53
- update deps:
```clojure
[compojure "1.3.1"] is available but we use "1.2.1"
[metosin/ring-swagger "0.15.0"] is available but we use "0.14.1"
[peridot "0.3.1"] is available but we use "0.3.0"
``

## 0.16.5 (21.11.2014)

- fix anonyous Body & Return model naming issue [56](https://github.com/metosin/compojure-api/issues/56) by [Michael Blume](https://github.com/MichaelBlume)
Expand Down
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/compojure-api "0.16.5"
(defproject metosin/compojure-api "0.16.6"
:description "Compojure Api"
:url "https://github.com/metosin/compojure-api"
:license {:name "Eclipse Public License"
Expand All @@ -9,10 +9,10 @@
[prismatic/plumbing "0.3.5"]
[potemkin "0.3.11"]
[cheshire "5.3.1"]
[compojure "1.2.1"]
[compojure "1.3.1"]
[prismatic/schema "0.3.3"]
[metosin/ring-http-response "0.5.2"]
[metosin/ring-swagger "0.14.1"]
[metosin/ring-swagger "0.15.0"]
[org.tobereplaced/lettercase "1.0.0"]
[ring-middleware-format "0.4.0"]]
:profiles {:thingie {:ring {:handler examples.thingie/app
Expand All @@ -26,7 +26,7 @@
:plugins [[lein-clojars "0.9.1"]
[lein-midje "3.1.3"]
[lein-ring "0.8.13"]]
:dependencies [[peridot "0.3.0"]
:dependencies [[peridot "0.3.1"]
[javax.servlet/servlet-api "2.5"]
[midje "1.6.3"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0-alpha2"]]}}
Expand Down

0 comments on commit 7069baf

Please sign in to comment.