From 5c20845594d6802f9f76220a9b43cc2ab5984c48 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Sun, 17 Jan 2016 18:51:24 +0200 Subject: [PATCH] Release 0.22.3 --- CHANGELOG.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c46e2a73..44deedc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## Unreleased +## 0.22.3 (17.1.2016) -**[compare](https://github.com/metosin/ring-swagger/compare/0.22.2...master)** +**[compare](https://github.com/metosin/ring-swagger/compare/0.22.2...0.22.3)** - Fixed generating Swagger path templates in cases where path parameter is followed by an extension ([#82](https://github.com/metosin/ring-swagger/issues/82)) diff --git a/project.clj b/project.clj index 8b382ed7..13cf3924 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/ring-swagger "0.22.3-SNAPSHOT" +(defproject metosin/ring-swagger "0.22.3" :description "Swagger Spec for Ring Apps" :url "https://github.com/metosin/ring-swagger" :license {:name "Eclipse Public License"