Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jul 26, 2014
1 parent 61bf952 commit fbf1923
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.5.0 / 2014 July 26

* **NEW**: allow reading of binary values written with other (non-serializing) clients.
* Fix [#36]: Batch writes weren't allowing set values.


## v1.4.0 / 2014 May 15

* [#29] **CHANGE**: `list-tables` now returns a lazy seq and supports >100 tables (@marcuswr, @paraseba).
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.4.0"] ; Stable
[com.taoensso/faraday "1.5.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.4.0"] ; project.clj
[com.taoensso/faraday "1.5.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.4.0"
(defproject com.taoensso/faraday "1.5.0"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure DynamoDB client"
:url "https://github.com/ptaoussanis/faraday"
Expand Down

0 comments on commit fbf1923

Please sign in to comment.