Skip to content

Commit

Permalink
Update README.md and CHANGELOG.md for 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joelittlejohn committed Apr 2, 2024
1 parent 240c551 commit ffdc943
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 @@
This project uses Break Versioning (https://www.taoensso.com/break-versioning)

## v1.12.1 / 2024 Apr 02

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

* **Change**: Upgrade dependencies, including upgrade to com.amazonaws/aws-java-sdk-dynamodb 1.12.581 to eliminate software.amazon.ion:ion-java@1.0.2 from transitive dependencies (see [CVE-2024-21634](https://nvd.nist.gov/vuln/detail/CVE-2024-21634) and [#169](https://github.com/Taoensso/faraday/issues/169)).

## v1.12.0 / 2023 Feb 20

```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.0"]`
* deps.edn: `com.taoensso/faraday {:mvn/version "1.12.0"}`
* Leiningen: `[com.taoensso/faraday "1.12.1"]`
* deps.edn: `com.taoensso/faraday {:mvn/version "1.12.1"}`

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

0 comments on commit ffdc943

Please sign in to comment.