diff --git a/changelog.md b/changelog.md index 4dc78a9..b7c6990 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ -*- markdown -*- +2023-08-15 0.5.4.3 + +* Replace cryptonite(deprecated) with crypto + + 2023-08-15 0.5.4.2 * Fix base bounds diff --git a/wreq.cabal b/wreq.cabal index 7d4f944..693f7c2 100644 --- a/wreq.cabal +++ b/wreq.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: wreq -version: 0.5.4.2 +version: 0.5.4.3 synopsis: An easy-to-use HTTP client library. description: .