Skip to content

Commit

Permalink
Update README.md and CHANGELOG.md for 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joelittlejohn committed Dec 7, 2021
1 parent aa57663 commit 4582fc6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
**Note:** This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md)

## v1.11.3 / 2021 Dec 7

```clojure
[com.taoensso/faraday "1.11.2"]
```

* **Fix** Allow string table names in `query` and `scan`

## v1.11.2 / 2021 Jul 24

```clojure
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Faraday, the Clojure DynamoDB client [![Build Status](https://github.com/Taoensso/faraday/actions/workflows/ci.yml/badge.svg)](https://github.com/Taoensso/faraday/actions/workflows/ci.yml)

* [API Docs](http://taoensso.github.io/faraday/)
* Leiningen: `[com.taoensso/faraday "1.11.2"]`
* deps.edn: `com.taoensso/faraday {:mvn/version "1.11.2"}`
* Leiningen: `[com.taoensso/faraday "1.11.3"]`
* deps.edn: `com.taoensso/faraday {:mvn/version "1.11.3"}`

DynamoDB makes a great companion for Clojure apps that need a **simple, reliable way to persist data, that scales with predictable performance**. Faraday is a small, fast and intuitive DynamoDB client library for Clojure, built around the AWS Java SDK and originally adapted from [Rotary](https://github.com/weavejester/rotary) by James Reeves.

Expand Down

0 comments on commit 4582fc6

Please sign in to comment.