diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -208,7 +208,7 @@ be the return value of the associated query function call (`deref`, ## Changelog -#### 0.2.0 +### 0.2.0 * **Breaking:** Remove `having`, use `select` instead now @@ -227,7 +227,7 @@ be the return value of the associated query function call (`deref`, deref) ;; => {:user {:id 5 :username "username"}} -#### 0.1.0 +### 0.1.0 * Initial release, so everything's new |