Skip to content

Commit

Permalink
v1.3.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Mar 20, 2014
1 parent 52d084a commit f77e653
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.3.0-RC2 / 2014 Mar 20

* [#28] NEW: Add AWSCredentialsProvider support (marcuswr).


## v1.3.0-RC1 / 2014 Mar 12

> **NB**: There are **important changes** in this release that should be non-breaking in most cases, but that you should take note of!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```clojure
[com.taoensso/faraday "1.2.0"] ; Stable
[com.taoensso/faraday "1.3.0-RC1"] ; Improved number accuracy, see CHANGELOG for details
[com.taoensso/faraday "1.3.0-RC2"] ; Improved number accuracy, see CHANGELOG for details
```

# Faraday, a Clojure DynamoDB client
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.0-RC1"
(defproject com.taoensso/faraday "1.3.0-RC2"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure DynamoDB client"
:url "https://github.com/ptaoussanis/faraday"
Expand Down

0 comments on commit f77e653

Please sign in to comment.