From 5f9ed41abd6e88d3149de70e104ed1ca7955c53e Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Sun, 12 Jul 2015 11:38:14 +0300 Subject: [PATCH] 0.22.1 --- CHANGELOG.md | 10 ++++++++++ project.clj | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd2a526..a5b33e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,16 @@ [metosin/ring-swagger "0.21.0-SNAPSHOT"] is available but we use "0.20.4" ``` +## 0.22.1 (12.7.2015) + +* fixes [137](https://github.com/metosin/compojure-api/issues/137) & [134](https://github.com/metosin/compojure-api/issues/134), thanks to @thomaswhitcomb! +* updated deps: + +```clojure +[metosin/ring-http-response "0.6.3"] is available but we use "0.6.2" +[midje "1.7.0"] is available but we use "1.7.0-SNAPSHOT" +``` + ## 0.22.0 (30.6.2015) * Optional integration with [Component](https://github.com/stuartsierra/component). diff --git a/project.clj b/project.clj index 9c6ef837..be9f62ff 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/compojure-api "0.22.0" +(defproject metosin/compojure-api "0.22.1" :description "Compojure Api" :url "https://github.com/metosin/compojure-api" :license {:name "Eclipse Public License"