diff --git a/HISTORY.md b/HISTORY.md index aa7f0bd..c2a8678 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 0.3.1 (2010-09-19) + +* Allow `limit` and `offset` to be 0. + ## 0.3.0 (2010-08-30) * Clojure 1.2 compatibility diff --git a/project.clj b/project.clj index 2d2198e..7ca1ed4 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject fleetdb "0.3.0" +(defproject fleetdb "0.3.1" :description "A schema-free database optimized for agile development." :url "http://github.com/mmcgrana/fleetdb" :source-path "src/clj"