From 4cf0948b8375d4dc680fd34f62719b6f9eab5697 Mon Sep 17 00:00:00 2001 From: Cam Saul Date: Wed, 17 Jan 2018 13:06:38 -0800 Subject: [PATCH] Bump version -> 1.1.4 [ci skip] --- VERSION-HISTORY.md | 7 ++++++- project.clj | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/VERSION-HISTORY.md b/VERSION-HISTORY.md index 1853fbb..545d948 100644 --- a/VERSION-HISTORY.md +++ b/VERSION-HISTORY.md @@ -1,6 +1,11 @@ # Toucan Version History & Release Notes -### [1.1.3](https://github.com/metabase/toucan/compare/1.1.1...1.1.3) (Decmember 29th, 2017) +### [1.1.4](https://github.com/metabase/toucan/compare/1.1.3...1.1.4) (January 17th, 2018) + +* Add new [`select-reducible` function](https://github.com/metabase/toucan/blob/master/docs/db-functions.md#select-reducible) to fetch streams of results + from the database. (PR [#30](https://github.com/metabase/toucan/pull/30); Credit: [@senior](https://github.com/senior)). + +### [1.1.3](https://github.com/metabase/toucan/compare/1.1.2...1.1.3) (Decmember 29th, 2017) * Add option to automatically convert dashed names to underscores in queries, and underscores in result rows keys to dashes in query results. See documentation [here](https://github.com/metabase/toucan/blob/master/docs/setup.md#automatically-converting-dashes-and-underscores). diff --git a/project.clj b/project.clj index 155f9e0..57f9b77 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject toucan "1.1.4-SNAPSHOT" +(defproject toucan "1.1.4" :description "Functionality for defining your application's models and querying the database." :url "https://github.com/metabase/toucan" :license {:name "Eclipse Public License"