diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ddcb4b..7e4f5ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.2.2](https://www.github.com/projectsophon/hardhat-circom/compare/v3.2.1...v3.2.2) (2022-06-15) + + +### Bug Fixes + +* Add exportSolidityCallData to groth16 & plonk snarkjs bindings ([#63](https://www.github.com/projectsophon/hardhat-circom/issues/63)) ([318c405](https://www.github.com/projectsophon/hardhat-circom/commit/318c405888e99a658f5254d8063d5b8097098dbe)) + ### [3.2.1](https://www.github.com/projectsophon/hardhat-circom/compare/v3.2.0...v3.2.1) (2022-06-15) ### Bug Fixes diff --git a/package.json b/package.json index 5779d5d..6e5af3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hardhat-circom", - "version": "3.2.1", + "version": "3.2.2", "description": "Hardhat plugin to integrate Circom and SnarkJS into your build process.", "author": "Jacob Rosenthal ", "repository": "projectsophon/hardhat-circom",