Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed May 9, 2014
1 parent 492bb88 commit 4e38e6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.3.1 / 2014 May 9
## v1.3.2 / 2014 May 9

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

Expand Down
2 changes: 1 addition & 1 deletion 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.1"] ; Stable
[com.taoensso/faraday "1.3.2"] ; Stable
```

v1.3.x is a **significant, backwards-compatible release**. Please see the [CHANGELOG][] for details.
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.1"
(defproject com.taoensso/faraday "1.3.2"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure DynamoDB client"
:url "https://github.com/ptaoussanis/faraday"
Expand Down

0 comments on commit 4e38e6b

Please sign in to comment.