Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed May 14, 2014
1 parent 2e86c29 commit 4304e60
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## v1.4.0 / 2014 May 15

* [#29] **CHANGE**: `list-tables` now returns a lazy seq and supports >100 tables (@marcuswr, @paraseba).
* [#34] **NEW**: Add `:query-filter` support to `query` fn (@bpot).


## v1.3.2 / 2014 May 9

* [#32] Fix deserialization of falsey values (were returning as nil) (@pegotezzi).
* [#32] **FIX**: deserialization of falsey values (were returning as nil) (@pegotezzi).


## v1.3.0 / 2014 Mar 30
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contributing](#contact--contributing) | current ([semantic][]) version:

```clojure
[com.taoensso/faraday "1.3.2"] ; Stable
[com.taoensso/faraday "1.4.0"] ; Stable
```

v1.3.x is a **significant, backwards-compatible release**. Please see the [CHANGELOG][] for details.
Expand All @@ -28,7 +28,7 @@ DynamoDB's done a fantastic job of hiding (in a good way) a lot of the complexit
Add the necessary dependency to your [Leiningen][] `project.clj` and `require` the library in your ns:

```clojure
[com.taoensso/faraday "1.3.0"] ; project.clj
[com.taoensso/faraday "1.4.0"] ; project.clj
(ns my-app (:require [taoensso.faraday :as far])) ; ns
```

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 com.taoensso/faraday "1.3.2"
(defproject com.taoensso/faraday "1.4.0"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure DynamoDB client"
:url "https://github.com/ptaoussanis/faraday"
Expand Down

0 comments on commit 4304e60

Please sign in to comment.