From 7f2a61d9ada8f023e4ce669059682dbd5b035860 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:10:00 +0900 Subject: [PATCH] chore(main): release 0.0.8 (#20) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 652151f..116a4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.0.8](https://github.com/hasundue/lophus/compare/0.0.7...0.0.8) (2023-10-17) + + +### ⚠ BREAKING CHANGES + +* rename RelayPool to RelayGroup and modify the API ([#19](https://github.com/hasundue/lophus/issues/19)) + +### Code Refactoring + +* rename RelayPool to RelayGroup and modify the API ([#19](https://github.com/hasundue/lophus/issues/19)) ([f8dc248](https://github.com/hasundue/lophus/commit/f8dc24821dfad93631226a754c05ec81fcbb3f3f)) + ## [0.0.7](https://github.com/hasundue/lophus/compare/0.0.6...0.0.7) (2023-10-16)