From 363ced64728918337f433a0b5c54a4dcaa496b26 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Wed, 13 Jan 2016 22:41:32 +0200 Subject: [PATCH] Release 0.22.2 --- CHANGELOG.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"