Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Apr 21, 2015
1 parent 1db36ea commit c84ad2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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/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"
Expand Down

0 comments on commit c84ad2e

Please sign in to comment.