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)