Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jun 4, 2015
1 parent 5ae7760 commit 66064d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v1.7.0 / 2015 June 4
## v1.7.1 / 2015 June 4

> This is a non-breaking maintenance elease
* **Deps**: stop unnecessarily pulling in entire AWS SDK [@jaley #61]
* **Fix**: use DefaultAWSCredentialsProviderChain as provider [@MichaelBlume #59]
* **Performance**: upgrade to Nippy v2.9.0
* **Fix**: relax `AmazonDynamoDBClient` type hint [@ghoseb #62]

```clojure
[com.taoensso/faraday "1.7.0"]
[com.taoensso/faraday "1.7.1"]
```


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/contrib](#contact--contributing) | current [Break Version][]:

```clojure
[com.taoensso/faraday "1.7.0"] ; Dev, see CHANGELOG for details
[com.taoensso/faraday "1.7.1"] ; Dev, see CHANGELOG for details
```

# Faraday, a Clojure DynamoDB client
Expand All @@ -26,7 +26,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.7.0"] ; project.clj
[com.taoensso/faraday "1.7.1"] ; 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.7.0"
(defproject com.taoensso/faraday "1.7.1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure DynamoDB client"
:url "https://github.com/ptaoussanis/faraday"
Expand Down

0 comments on commit 66064d1

Please sign in to comment.