From 1a94009cf1874c067321356d0ab4666c6727e864 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:46:47 +0000 Subject: [PATCH] chore: Release 0.1.1 (#5) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b881a39..f1cf1e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.0"} +{".":"0.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 12336fb..71468ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/noir-lang/eddsa/compare/v0.1.0...v0.1.1) (2024-11-27) + + +### Bug Fixes + +* Use `ec` library instead of standard library ([#4](https://github.com/noir-lang/eddsa/issues/4)) ([e4d2736](https://github.com/noir-lang/eddsa/commit/e4d2736ec585234e9ea4c267efba9330f3f85652)) + ## 0.1.0 (2024-11-21)