diff --git a/CHANGES.adoc b/CHANGES.adoc index bd0f13e..f92ea8b 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -1,5 +1,12 @@ = Changelog +== 1.3.1 + +Date: 2016-12-25 + +- Fix compatibility issues with jOOQ 3.9.0 + + == 1.3.0 Date: 2016-12-25 diff --git a/README.md b/README.md index 853ea95..6f462fe 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ High level sql toolkit for clojure (backed by jooq library) Put suricatta on your dependency list: ```clojure -[funcool/suricatta "1.1.0"] +[funcool/suricatta "1.3.1"] [com.h2database/h2 "1.4.191"] ;; For this example only ``` diff --git a/doc/content.adoc b/doc/content.adoc index 50c72e5..4b731f1 100644 --- a/doc/content.adoc +++ b/doc/content.adoc @@ -1,6 +1,6 @@ = suricatta documentation Andrey Antukh, -1.2.0 +1.3.1 :toc: left :!numbered: :source-highlighter: pygments @@ -32,7 +32,7 @@ dependency vector on your *_project.clj_* file: [source,clojure] ---- -[funcool/suricatta "1.3.0"] +[funcool/suricatta "1.3.1"] ---- _Suricatta_ is only runs with *JDK >= 8* and *Clojure >= 1.5* diff --git a/project.clj b/project.clj index 55ed43e..f55b446 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject funcool/suricatta "1.3.0" +(defproject funcool/suricatta "1.3.1" :description "High level sql toolkit for clojure (backed by jooq library)" :url "https://github.com/funcool/suricatta" :license {:name "BSD (2-Clause)"