Skip to content

Commit

Permalink
Bump version -> 1.1.4 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Jan 17, 2018
1 parent 49f8623 commit 4cf0948
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion VERSION-HISTORY.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4cf0948

Please sign in to comment.