diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1c861e1..bd427b6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.0"} +{".":"0.3.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b1e5852..571f4e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/noir-lang/sha256/compare/v0.3.0...v0.3.1) (2026-07-29) + + +### Bug Fixes + +* Partial_sha256_var_end constrained/unconstrained divergence on non-block-aligned messages ([#62](https://github.com/noir-lang/sha256/issues/62)) ([a82d3ea](https://github.com/noir-lang/sha256/commit/a82d3ea6919580ece8311e58ef689d742b10a27f)) + ## [0.3.0](https://github.com/noir-lang/sha256/compare/v0.2.1...v0.3.0) (2025-12-09)