From f0c40a960c83516814182bb940e1ef38d8cfd678 Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Sat, 6 Jun 2015 18:56:59 -0700 Subject: [PATCH] Cut 0.6.1 release --- CHANGES.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c8fb6fd..fb7ac4a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## 0.6.1 In development +## 0.6.1 * Define parameterizable protocol on nil (@dball) diff --git a/project.clj b/project.clj index 242b7a8..38cc4e5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.6.1-SNAPSHOT" +(defproject honeysql "0.6.1" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}