diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b04459..f148fd1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.3"} +{".":"0.1.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f3326..484a6ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/noir-lang/keccak256/compare/v0.1.3...v0.1.4) (2026-01-28) + + +### Features + +* Optimize converting from bytes to `u64`s in brillig runtime ([#17](https://github.com/noir-lang/keccak256/issues/17)) ([df1073c](https://github.com/noir-lang/keccak256/commit/df1073c79a8372dcbd6ba475cfc708025809b844)) + ## [0.1.3](https://github.com/noir-lang/keccak256/compare/v0.1.2...v0.1.3) (2026-01-27)