diff --git a/CHANGELOG.md b/CHANGELOG.md index 31f398eb3..37e3fdde5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +4.10.0 +--- +### Features +- Webauthn support in key formats (#1318) +- New `poseidon-hack-a-chain` native for the "Poseidon" hashing function (#1313) + +### Bugfixes +- Gas model fix for concat (#1317) +- Fix FV `str-to-int` (#1304) + +### Misc +- Vendor webauthn dependency + 4.9.0 --- ### Bugfixes diff --git a/pact.cabal b/pact.cabal index 24728ee48..2ba28fcb4 100644 --- a/pact.cabal +++ b/pact.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: pact -version: 4.9 +version: 4.10 -- ^ 4 digit is prerelease, 3- or 2-digit for prod release synopsis: Smart contract language library and REPL description: