From 154a2ad2ef60e8b406444336a52d94b8a1fa176c Mon Sep 17 00:00:00 2001 From: "lilypad-releases[bot]" <174042765+lilypad-releases[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:44:51 -0700 Subject: [PATCH] chore(main): release 2.6.0 (#368) 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(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78baf5bf..69e82f12 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.0" + ".": "2.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f70e91..7d29e61e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.6.0](https://github.com/Lilypad-Tech/lilypad/compare/v2.5.0...v2.6.0) (2024-09-17) + + +### Features + +* Added public addresses with failover ([#365](https://github.com/Lilypad-Tech/lilypad/issues/365)) ([973f396](https://github.com/Lilypad-Tech/lilypad/commit/973f396521f9ed17d5009d5368640e1132b16d6a)) +* Card-api-update ([#366](https://github.com/Lilypad-Tech/lilypad/issues/366)) ([0747cef](https://github.com/Lilypad-Tech/lilypad/commit/0747cefecbe2e2bc99d5f02ce12dcfc21337df73)) + + +### Bug Fixes + +* Exclude canceled job offers ([#363](https://github.com/Lilypad-Tech/lilypad/issues/363)) ([8b2784f](https://github.com/Lilypad-Tech/lilypad/commit/8b2784f0fc5a5ec8a3b426a098a9d11ab1864763)) + ## [2.5.0](https://github.com/Lilypad-Tech/lilypad/compare/v2.4.0...v2.5.0) (2024-09-11)