diff --git a/CHANGELOG.md b/CHANGELOG.md index eea9b687..cabfb2f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## Unreleased +## 0.24.5 (17.1.2016) + +**[compare](https://github.com/metosin/compojure-api/compare/0.24.4...0.24.5)** * Fixed path parameter handling in cases where path parameter is followed by an extension ([#196](https://github.com/metosin/compojure-api/issues/196), [metosin/ring-swagger#82](https://github.com/metosin/ring-swagger/issues/82)) diff --git a/project.clj b/project.clj index bce28282..12a73b3c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/compojure-api "0.24.5-SNAPSHOT" +(defproject metosin/compojure-api "0.24.5" :description "Compojure Api" :url "https://github.com/metosin/compojure-api" :license {:name "Eclipse Public License"