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"