From 4431d08ac661ada9d8d18b115487ff0190b43856 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:53:07 +0800 Subject: [PATCH] chore: Release 0.2.2 (#13) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6643111..96ab372 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".": "0.2.1"} +{".":"0.2.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5db5abd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.2](https://github.com/noir-lang/noir_base64/compare/v0.2.1...v0.2.2) (2024-10-04) + + +### Bug Fixes + +* Update to support noir 0.34.0 ([#6](https://github.com/noir-lang/noir_base64/issues/6)) ([367e2d4](https://github.com/noir-lang/noir_base64/commit/367e2d49028c9f062620f547c4ee53154a853f0c))