diff --git a/CHANGELOG.md b/CHANGELOG.md index b0c10f5..66e8417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.8.1.0 — 2025-08-20 + +### Non-breaking + +- Expose `cgetManyAndLast`. + ## 0.8.0.1 — 2025-04-08 ### Patch diff --git a/cardano-lmdb-simple.cabal b/cardano-lmdb-simple.cabal index 7ef9b6d..ead399e 100644 --- a/cardano-lmdb-simple.cabal +++ b/cardano-lmdb-simple.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: cardano-lmdb-simple -version: 0.8.0.1 +version: 0.8.1.0 synopsis: Simple API for LMDB description: This package provides a simple API for using the Lightning Memory-mapped Database (LMDB). @@ -25,7 +25,7 @@ source-repository head source-repository head type: git location: https://github.com/input-output-hk/lmdb-simple.git - tag: cardano-lmdb-simple-0.8.0.1 + tag: cardano-lmdb-simple-0.8.1.0 library hs-source-dirs: src