diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6ed9c801..7a564723 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.0" + ".": "2.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b24577d7..741e2caa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.8.0](https://github.com/Lilypad-Tech/lilypad/compare/v2.7.0...v2.8.0) (2024-10-14) + + +### Features + +* Add get_ethclient trace ([#390](https://github.com/Lilypad-Tech/lilypad/issues/390)) ([edb8fe8](https://github.com/Lilypad-Tech/lilypad/commit/edb8fe8201d09db75a145513528830fec8d701f1)) +* Add IPFS client to retrieve results ([#400](https://github.com/Lilypad-Tech/lilypad/issues/400)) ([85f92b9](https://github.com/Lilypad-Tech/lilypad/commit/85f92b9fea2531ecc6f448f4f7122f076f7c212c)) + + +### Bug Fixes + +* Lower default pricing and check LP balance ([#403](https://github.com/Lilypad-Tech/lilypad/issues/403)) ([cccc033](https://github.com/Lilypad-Tech/lilypad/commit/cccc033d9d4d936847c55fda8e98ac976bf89794)) +* Re-register resource offers after runJob ([#396](https://github.com/Lilypad-Tech/lilypad/issues/396)) ([1cc64f2](https://github.com/Lilypad-Tech/lilypad/commit/1cc64f245b6d9f44d6430953197335215ccdac66)) + ## [2.7.0](https://github.com/Lilypad-Tech/lilypad/compare/v2.6.0...v2.7.0) (2024-09-26)