Skip to content

Commit

Permalink
prepare for 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Apr 24, 2015
1 parent 040a04e commit f8a72d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.20.0-SNAPSHOT (20.4.2015)
## 0.20.0 (24.4.2015)

* New restructuring for `:no-docs` (a boolean) - endpoints with this don't get api documentation.
* Fixed [#42](https://github.com/metosin/compojure-api/issues/42) - `defroutes*` now does namespace resolution for the source
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.20.0-SNAPSHOT"
(defproject metosin/compojure-api "0.20.0"
:description "Compojure Api"
:url "https://github.com/metosin/compojure-api"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit f8a72d9

Please sign in to comment.