Skip to content

Commit 9a458c0

Browse files
committed
v1.1.1
1 parent a22d46c commit 9a458c0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## v1.1.1 / 2014 Feb 17
2+
* [#24] call `distinct` on attr defs (rakeshp).
3+
14
## v1.1.0 / 2014 Feb 16
2-
* [#23] Add support for Global Secondary Indexes (GSIs) (rakeshp)
5+
* [#23] Add support for Global Secondary Indexes (GSIs) (rakeshp).
36
* Bump AWS JDK SDK to 1.7.1.
47

58
## v1.0.2 / 2014-01-24

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**[API docs](http://ptaoussanis.github.io/faraday/)** | **[CHANGELOG](https://github.com/ptaoussanis/faraday/blob/master/CHANGELOG.md)** | [contact & contributing](#contact--contributing) | [other Clojure libs](https://www.taoensso.com/clojure-libraries) | [Twitter](https://twitter.com/#!/ptaoussanis) | current [semantic](http://semver.org/) version:
22

33
```clojure
4-
[com.taoensso/faraday "1.1.0"] ; Stable
4+
[com.taoensso/faraday "1.1.1"] ; Stable
55
```
66

77
# Faraday, a Clojure DynamoDB client
@@ -26,7 +26,7 @@ DynamoDB's done a fantastic job of hiding (in a good way) a lot of the complexit
2626
Add the necessary dependency to your [Leiningen](http://leiningen.org/) `project.clj` and `require` the library in your ns:
2727

2828
```clojure
29-
[com.taoensso/faraday "1.1.0"] ; project.clj
29+
[com.taoensso/faraday "1.1.1"] ; project.clj
3030
(ns my-app (:require [taoensso.faraday :as far])) ; ns
3131
```
3232

Diff for: project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/faraday "1.1.0"
1+
(defproject com.taoensso/faraday "1.1.1"
22
:description "Clojure DynamoDB client"
33
:url "https://github.com/ptaoussanis/faraday"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)