From b185cbb6d400bfca0fb3e2a409507d7b5f5fae54 Mon Sep 17 00:00:00 2001 From: Jason Wolfe Date: Fri, 8 May 2015 10:47:33 -0700 Subject: [PATCH] Prep for 1.2 release --- CHANGELOG.md | 3 +++ README.md | 2 +- project.clj | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22226bc..04f16b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.1.2 + * Relax query-param schema to allow non-literal maps. + ## 0.1.1 * Bugfix: no extra leading slash with empty namespace prefix diff --git a/README.md b/README.md index 5fa9a57..84e619e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![fnhouse!](https://raw.github.com/wiki/prismatic/fnhouse/images/fnhouse.jpg) -Leiningen dependency (Clojars): `[prismatic/fnhouse "0.1.1"]` +Leiningen dependency (Clojars): `[prismatic/fnhouse "0.1.2"]` **This is an alpha release. The API and organizational structure are subject to change. Comments and contributions are much appreciated.** diff --git a/project.clj b/project.clj index fc134c1..529a0ef 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ :url "http://www.eclipse.org/legal/epl-v10.html" :distribution :repo} :url "https://github.com/Prismatic/fnhouse" - :dependencies [[prismatic/plumbing "0.4.1"]] + :dependencies [[prismatic/plumbing "0.4.3"]] :profiles {:dev {:dependencies [[org.clojure/clojure "1.6.0"]] :global-vars {*warn-on-reflection* true}} :1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}