From c84ad2e79e1fb64fe06eb185cfff19189b5f7427 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Tue, 21 Apr 2015 15:38:08 +0300 Subject: [PATCH] bump up version --- CHANGELOG.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54793929..efdec281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -## 0.20.0-SNAPSHOT (xx.4.2015) +## 0.20.0 (21.4.2015) - welcome back the `Info` schema in `ring.swagger.swagger2-schema`! - ring-swagger defaults in `swagger-json` are deep-merged in instead of plain merge. -- **breaking**: default spec-location has changed from `/api/api-docs` to `/swagger.json` in `ring.swagger.ui` +- **breaking**: default spec-location has changed from `/api/api-docs` to `/swagger.json` in `ring.swagger.ui ## 0.19.6 (19.4.2015) diff --git a/project.clj b/project.clj index 77bf7b9f..834bb86b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/ring-swagger "0.20.0-SNAPSHOT" +(defproject metosin/ring-swagger "0.20.0" :description "Swagger Spec for Ring Apps" :url "https://github.com/metosin/ring-swagger" :license {:name "Eclipse Public License"