diff --git a/CHANGELOG.md b/CHANGELOG.md index 22781999..8c163eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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" ``` diff --git a/project.clj b/project.clj index 62cb95d6..f5efa47d 100644 --- a/project.clj +++ b/project.clj @@ -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" @@ -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"] @@ -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"]