diff --git a/CHANGELOG.md b/CHANGELOG.md index 07c20c5..1ebc869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/README.md b/README.md index eb80917..6a79f2a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/project.clj b/project.clj index 4fb9aa8..ab23b13 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/faraday "1.3.1" +(defproject com.taoensso/faraday "1.3.2" :author "Peter Taoussanis " :description "Clojure DynamoDB client" :url "https://github.com/ptaoussanis/faraday"