From eb933f20b8175132f8e965e519b98c41ad805af1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:51:30 +0530 Subject: [PATCH] chore: Release 0.2.3 (#16) 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 96ab372..1f7aeaa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.2"} +{".":"0.2.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db5abd..dd75ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/noir-lang/noir_base64/compare/v0.2.2...v0.2.3) (2024-10-17) + + +### Bug Fixes + +* Reversed encoding/decoding and related errors ([#14](https://github.com/noir-lang/noir_base64/issues/14)) ([cc5b18a](https://github.com/noir-lang/noir_base64/commit/cc5b18af99c22069748863257d8c6480e04dbd4a)) + ## [0.2.2](https://github.com/noir-lang/noir_base64/compare/v0.2.1...v0.2.2) (2024-10-04)