diff --git a/CHANGELOG.md b/CHANGELOG.md index 863941b3..51345f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/project.clj b/project.clj index b80cd4ba..9b10f648 100644 --- a/project.clj +++ b/project.clj @@ -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"