From 6c3c4831ae147838d515723ca167843d99103628 Mon Sep 17 00:00:00 2001 From: Cam Saul Date: Wed, 13 Jun 2018 09:15:09 -0700 Subject: [PATCH] Bump version -> 1.1.8 --- VERSION-HISTORY.md | 4 ++++ project.clj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/VERSION-HISTORY.md b/VERSION-HISTORY.md index 58ac5c0..6c46bc6 100644 --- a/VERSION-HISTORY.md +++ b/VERSION-HISTORY.md @@ -1,5 +1,9 @@ # Toucan Version History & Release Notes +### [1.1.8](https://github.com/metabase/toucan/compare/1.1.7...1.1.8) (June 13th, 2018) + +* Add support for SQLite. (PR [#37](https://github.com/metabase/toucan/pull/37), credit: [@Thingographist](https://github.com/Thingographist)) + ### [1.1.7](https://github.com/metabase/toucan/compare/1.1.5...1.1.7) (May 16th, 2018) * Add new [`toucan.hydrate/flush-hydration-key-caches!`](https://github.com/metabase/toucan/blob/master/docs/hydration.md#flushing-the-hydration-key-caches-for-interactive-repl-development) diff --git a/project.clj b/project.clj index 3f837fe..0e0a66d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject toucan "1.1.7" +(defproject toucan "1.1.8" :description "Functionality for defining your application's models and querying the database." :url "https://github.com/metabase/toucan" :license {:name "Eclipse Public License"