Skip to content

Commit

Permalink
Release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Nov 8, 2015
1 parent a1aeedd commit 9629ff8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.22.0 (8.11.2015)

- **BREAKING**: Dropped support for Clojure 1.6
- **BREAKING**: Supports and depends on Schema 1.0.
Expand All @@ -11,7 +11,7 @@ now supports passing arbitrary options to `SwaggerUI`
- updated dependencies:

```clojure
[metosin/schema-tools "0.6.2"] is available but we use "0.5.2"
[metosin/schema-tools "0.7.0"] is available but we use "0.5.2"
[prismatic/schema "1.0.3"] is available but we use "0.4.4"
[prismatic/plumbing "0.5.1"] is available but we use "0.4.4"
```
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/ring-swagger "0.22.0-SNAPSHOT"
(defproject metosin/ring-swagger "0.22.0"
:description "Swagger Spec for Ring Apps"
:url "https://github.com/metosin/ring-swagger"
:license {:name "Eclipse Public License"
Expand All @@ -8,7 +8,7 @@
:dependencies [[cheshire "5.5.0"]
[slingshot "0.12.2"]
[metosin/ring-http-response "0.6.5"]
[metosin/schema-tools "0.7.0-SNAPSHOT"]
[metosin/schema-tools "0.7.0"]
[prismatic/schema "1.0.3"]
[prismatic/plumbing "0.5.1"]
[clj-time "0.11.0"]
Expand All @@ -20,7 +20,7 @@
[lein-midje "3.2"]
[funcool/codeina "0.3.0"]]
:dependencies [[org.clojure/clojure "1.7.0"]
[midje "1.8.2"]
[midje "1.8.1"]
[ring-mock "0.1.5"]
[metosin/scjsv "0.2.0"]
[metosin/ring-swagger-ui "2.1.3-2"]
Expand Down

0 comments on commit 9629ff8

Please sign in to comment.