diff --git a/CHANGELOG.md b/CHANGELOG.md index ce61cca2..bff618de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## Unreleased +## 0.22.2 (13.1.2016) -**[compare](https://github.com/metosin/ring-swagger/compare/0.22.1...master)** +**[compare](https://github.com/metosin/ring-swagger/compare/0.22.1...0.22.2)** - Discard all extra map keys from properties ([#77](https://github.com/metosin/ring-swagger/issues/77)) - All Schema [extra keys](https://github.com/Prismatic/schema/blob/master/src/cljx/schema/core.cljx#L765) diff --git a/project.clj b/project.clj index 2a55b7de..4be22da9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/ring-swagger "0.22.2-SNAPSHOT" +(defproject metosin/ring-swagger "0.22.2" :description "Swagger Spec for Ring Apps" :url "https://github.com/metosin/ring-swagger" :license {:name "Eclipse Public License"