diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 362989b0..e793a590 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.7.4"} +{".":"0.7.5"} diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb71535..b5573376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.5](https://github.com/noir-lang/noir-bignum/compare/v0.7.4...v0.7.5) (2025-07-24) + + +### Bug Fixes + +* Let the bignum module be public ([#192](https://github.com/noir-lang/noir-bignum/issues/192)) ([a43f327](https://github.com/noir-lang/noir-bignum/commit/a43f327ab2a9838ae99d35494c7ed6e66a1eb542)) + ## [0.7.4](https://github.com/noir-lang/noir-bignum/compare/v0.7.3...v0.7.4) (2025-07-11)