From f8a72d93e7664a010359d53b1f9ada8ea38ed99f Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Fri, 24 Apr 2015 14:47:24 +0300 Subject: [PATCH] prepare for 0.20.0 --- CHANGELOG.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"