From 02902dea355b6f1e1746dfeca820a5fba1ad8fbb Mon Sep 17 00:00:00 2001 From: "lilypad-releases[bot]" <174042765+lilypad-releases[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:02:30 +0000 Subject: [PATCH] chore(main): release 2.1.1 (#231) Co-authored-by: lilypad-releases[bot] <174042765+lilypad-releases[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 969d3dbf..48fbed91 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d3a71ba2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [2.1.1](https://github.com/Lilypad-Tech/lilypad/compare/v2.1.0...v2.1.1) (2024-07-03) + + +### Bug Fixes + +* Clean openzeplin proxy deploy metadata ([#218](https://github.com/Lilypad-Tech/lilypad/issues/218)) ([9798a09](https://github.com/Lilypad-Tech/lilypad/commit/9798a09058ab98e9f2a5cfe3e3bbd4e1bc94a614)) + + +### Performance Improvements + +* Update cuda algo ([#219](https://github.com/Lilypad-Tech/lilypad/issues/219)) ([20ad59c](https://github.com/Lilypad-Tech/lilypad/commit/20ad59c4025d5bd2b1a735144eb664c876cbe8f4))