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"