Skip to content

Commit

Permalink
Update README.md and CHANGELOG.md for 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joelittlejohn committed Jun 1, 2024
1 parent 3bc0ad6 commit 873791f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
This project uses Break Versioning (https://www.taoensso.com/break-versioning)

## v1.12.2 / 2024 Jun 1

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

* **Change**: Allow multiple GSIs to be updated via `update-table` (now matches `create-table`).
* **Change**: Upgrade Nippy (see [GHSA-vw78-267v-588h](https://github.com/taoensso/nippy/security/advisories/GHSA-vw78-267v-588h) and [CVE-2024-36114](https://nvd.nist.gov/vuln/detail/CVE-2024-36114)).

## v1.12.2 / 2024 Apr 3

```clojure
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#### Amazon DynamoDB client for Clojure

* API reference: [Codox][Codox docs], [clj-doc][clj-doc docs]
* Leiningen: `[com.taoensso/faraday "1.12.2"]`
* deps.edn: `com.taoensso/faraday {:mvn/version "1.12.2"}`
* Leiningen: `[com.taoensso/faraday "1.12.3"]`
* deps.edn: `com.taoensso/faraday {:mvn/version "1.12.3"}`

[![Main tests][Main tests SVG]][Main tests URL]
[![Graal tests][Graal tests SVG]][Graal tests URL]
Expand Down

0 comments on commit 873791f

Please sign in to comment.