diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0bbe194f..eafb614b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.4.1"} +{".":"0.4.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c97e94..1ae14ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/noir-lang/noir-bignum/compare/v0.4.1...v0.4.2) (2024-11-15) + + +### Bug Fixes + +* Constraint count regression introduced in commit 53f652b ([#53](https://github.com/noir-lang/noir-bignum/issues/53)) ([d81d5fa](https://github.com/noir-lang/noir-bignum/commit/d81d5fac5e2ea919bd93e513644d0edc5630261c)) + ## [0.4.1](https://github.com/noir-lang/noir-bignum/compare/v0.4.0...v0.4.1) (2024-11-08)