Skip to content

Commit

Permalink
0.23.1 with fix for keeping the routes in order
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Sep 3, 2015
1 parent 4b1ed7e commit 4546a0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.23.1 (3.9.2016)

* Routes are kept in order for swagger docs, Fixes [#138](https://github.com/metosin/compojure-api/issues/138).

## 0.23.0 (1.9.2016)

* Ring-swagger 0.21.0
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/compojure-api "0.23.0"
(defproject metosin/compojure-api "0.23.1"
:description "Compojure Api"
:url "https://github.com/metosin/compojure-api"
:license {:name "Eclipse Public License"
Expand Down Expand Up @@ -34,7 +34,7 @@
[midje "1.7.0"]
[metosin/scjsv "0.2.0"]
[com.stuartsierra/component "0.2.3"]
[reloaded.repl "0.1.0"]
[reloaded.repl "0.2.0"]
[http-kit "2.1.19"]]
:ring {:handler examples.thingie/app
:reload-paths ["src" "examples/src"]}
Expand Down

0 comments on commit 4546a0f

Please sign in to comment.