From 18d6c9d4f7d38f9339e7a6851c210af4dbc15fdd Mon Sep 17 00:00:00 2001 From: "lilypad-releases[bot]" <174042765+lilypad-releases[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:35:57 -0700 Subject: [PATCH] chore(main): release 2.7.0 (#386) Co-authored-by: lilypad-releases[bot] <174042765+lilypad-releases[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69e82f12..6ed9c801 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.6.0" + ".": "2.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d29e61e..b24577d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.7.0](https://github.com/Lilypad-Tech/lilypad/compare/v2.6.0...v2.7.0) (2024-09-26) + + +### Features + +* Add solver HTTP tracing ([#388](https://github.com/Lilypad-Tech/lilypad/issues/388)) ([88fe924](https://github.com/Lilypad-Tech/lilypad/commit/88fe924c3c73016aaa4d94f96666bc1696c561d2)) +* Fetch machine specs from bacalhau ([#371](https://github.com/Lilypad-Tech/lilypad/issues/371)) ([d867292](https://github.com/Lilypad-Tech/lilypad/commit/d867292b816fb9665bb8d6d9a30e5da09bf7e9d3)) + + +### Bug Fixes + +* Resourceoffer updates ([#381](https://github.com/Lilypad-Tech/lilypad/issues/381)) ([6353895](https://github.com/Lilypad-Tech/lilypad/commit/6353895e5b5103502c49277dbe749d80a0df990b)) +* Wrong balance err check ([#382](https://github.com/Lilypad-Tech/lilypad/issues/382)) ([aaf5d9a](https://github.com/Lilypad-Tech/lilypad/commit/aaf5d9a6cb3ea95ede239d58f1d80c12dfd481f8)) + ## [2.6.0](https://github.com/Lilypad-Tech/lilypad/compare/v2.5.0...v2.6.0) (2024-09-17)